#68e4ea

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

Shades of Turquoise Blue #68E4EA

Tints of Turquoise Blue #68E4EA

Color information

#68E4EA (or 0x68E4EA) is unknown color: approx Turquoise Blue. HEX triplet: 68, E4 and EA. RGB value is (104,228,234). Sum of RGB (Red+Green+Blue) = 104+228+234=566 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.37% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #68E4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E4EA is #971B15. Grayscale: #BFBFBF. Windows color (decimal): -9902870 or 15393896. OLE color: 15393896.

HSL color Cylindrical-coordinate representation of color #68E4EA: hue angle of 182.77º 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 #68E4EA is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB104228234-
CMYK0.560.0300.08
HSL182.77º75.58%66.27%-
HSV(B)182.77º55.56%91.76%-
XYZ48.364.3787.72-
YUV191.61151.9265.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.37%
GREEN value IS 228 (89.45% from 255) = 40.28%
BLUE value IS 234 (91.80% from 255) = 41.34%
R=18.37%
G=40.28%
B=41.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1042282340.560.0300.08182.7775.5866.27
Hex68E4EA38308b74c42
Octal150344352703010267114102
Binary1101000111001001110101011100011010001011011110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68e4ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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