#68F0E0

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

Shades of Turquoise Blue #68F0E0

Tints of Turquoise Blue #68F0E0

Color information

#68F0E0 (or 0x68F0E0) is unknown color: approx Turquoise Blue. HEX triplet: 68, F0 and E0. RGB value is (104,240,224). Sum of RGB (Red+Green+Blue) = 104+240+224=568 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.31% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F0E0 is #970F1F. Grayscale: #C5C5C5. Windows color (decimal): -9899808 or 14741608. OLE color: 14741608.

HSL color Cylindrical-coordinate representation of color #68F0E0: hue angle of 172.94º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F0E0 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB104240224-
CMYK0.5700.070.06
HSL172.94º81.93%67.45%-
HSV(B)172.94º56.67%94.12%-
XYZ50.3270.6581.5-
YUV197.51142.9461.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.31%
GREEN value IS 240 (94.14% from 255) = 42.25%
BLUE value IS 224 (87.89% from 255) = 39.44%
R=18.31%
G=42.25%
B=39.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1042402240.5700.070.06172.9481.9367.45
Hex68F0E039076ad5243
Octal15036034071076255122103
Binary1101000111100001110000011100101111101010110110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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