#68DEF9

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

Shades of Turquoise Blue #68DEF9

Tints of Turquoise Blue #68DEF9

Color information

#68DEF9 (or 0x68DEF9) is unknown color: approx Turquoise Blue. HEX triplet: 68, DE and F9. RGB value is (104,222,249). Sum of RGB (Red+Green+Blue) = 104+222+249=575 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.09% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #68DEF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DEF9 is #972106. Grayscale: #BDBDBD. Windows color (decimal): -9904391 or 16375400. OLE color: 16375400.

HSL color Cylindrical-coordinate representation of color #68DEF9: hue angle of 191.17º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68DEF9 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB104222249-
CMYK0.580.1100.02
HSL191.17º92.36%69.22%-
HSV(B)191.17º58.23%97.65%-
XYZ48.9362.0399.02-
YUV189.8161.4166.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.09%
GREEN value IS 222 (87.11% from 255) = 38.61%
BLUE value IS 249 (97.66% from 255) = 43.30%
R=18.09%
G=38.61%
B=43.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1042222490.580.1100.02191.1792.3669.22
Hex68DEF93AB02bf5c45
Octal150336371721302277134105
Binary1101000110111101111100111101010110101011111110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,222,249); }

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

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

 a { background-color: rgb(104,222,249); }

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

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

 span { border-color: rgb(104,222,249); }

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