#68CFDB

Color #68CFDB Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #68CFDB

Tints of Turquoise Blue #68CFDB

Color information

#68CFDB (or 0x68CFDB) is unknown color: approx Turquoise Blue. HEX triplet: 68, CF and DB. RGB value is (104,207,219). Sum of RGB (Red+Green+Blue) = 104+207+219=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #68CFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CFDB is #973024. Grayscale: #B1B1B1. Windows color (decimal): -9908261 or 14405480. OLE color: 14405480.

HSL color Cylindrical-coordinate representation of color #68CFDB: hue angle of 186.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68CFDB is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB104207219-
CMYK0.530.0500.14
HSL186.26º61.5%63.33%-
HSV(B)186.26º52.51%85.88%-
XYZ40.8152.6875.04-
YUV177.57151.3875.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 19.62%
GREEN value IS 207 (81.25% from 255) = 39.06%
BLUE value IS 219 (85.94% from 255) = 41.32%
R=19.62%
G=39.06%
B=41.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1042072190.530.0500.14186.2661.563.33
Hex68CFDB3550Eba3d3f
Octal1503173336550162727577
Binary110100011001111110110111101011010111010111010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68CFDB; }

 p { color: rgb(104,207,219); }

 H1.HeaderClassName
 {
   color: #68CFDB;
 }
 .AnyTagClassName
 {
   color: #68CFDB;
 }
</style>
background-color css

<style>
 a { background-color: #68CFDB; }

 a { background-color: rgb(104,207,219); }

 div.DivClassName
 {
   background-color: #68CFDB;
 }
 .BgClassName
 {
   background-color: #68CFDB;
 }
</style>
border-color css

<style>
 span { border-color: #68CFDB; }

 span { border-color: rgb(104,207,219); }

 td.TdClassName
 {
   border-color: #68CFDB;
 }
 .TagClassName
 {
   border-color: #68CFDB;
 }
</style>