#68e0ea

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

Shades of Turquoise Blue #68E0EA

Tints of Turquoise Blue #68E0EA

Color information

#68E0EA (or 0x68E0EA) is unknown color: approx Turquoise Blue. HEX triplet: 68, E0 and EA. RGB value is (104,224,234). Sum of RGB (Red+Green+Blue) = 104+224+234=562 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.51% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #68E0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E0EA is #971F15. Grayscale: #BDBDBD. Windows color (decimal): -9903894 or 15392872. OLE color: 15392872.

HSL color Cylindrical-coordinate representation of color #68E0EA: hue angle of 184.62º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68E0EA is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB104224234-
CMYK0.560.0400.08
HSL184.62º75.58%66.27%-
HSV(B)184.62º55.56%91.76%-
XYZ47.2262.1987.36-
YUV189.26153.2467.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.51%
GREEN value IS 224 (87.89% from 255) = 39.86%
BLUE value IS 234 (91.80% from 255) = 41.64%
R=18.51%
G=39.86%
B=41.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1042242340.560.0400.08184.6275.5866.27
Hex68E0EA38408b94c42
Octal150340352704010271114102
Binary11010001110000011101010111000100010001011100110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68e0ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,224,234); }

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

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

 a { background-color: rgb(104,224,234); }

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

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

 span { border-color: rgb(104,224,234); }

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