#68E5D6

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

Shades of Turquoise Blue #68E5D6

Tints of Turquoise Blue #68E5D6

Color information

#68E5D6 (or 0x68E5D6) is unknown color: approx Turquoise Blue. HEX triplet: 68, E5 and D6. RGB value is (104,229,214). Sum of RGB (Red+Green+Blue) = 104+229+214=547 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.01% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #68E5D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E5D6 is #971A29. Grayscale: #BDBDBD. Windows color (decimal): -9902634 or 14083432. OLE color: 14083432.

HSL color Cylindrical-coordinate representation of color #68E5D6: hue angle of 172.8º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E5D6 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB104229214-
CMYK0.5500.070.10
HSL172.8º70.62%65.29%-
HSV(B)172.8º54.59%89.8%-
XYZ45.8763.8473.52-
YUV189.92141.5966.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.01%
GREEN value IS 229 (89.84% from 255) = 41.86%
BLUE value IS 214 (83.98% from 255) = 39.12%
R=19.01%
G=41.86%
B=39.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1042292140.5500.070.10172.870.6265.29
Hex68E5D63707Aad4741
Octal150345326670712255107101
Binary11010001110010111010110110111011110101010110110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,229,214); }

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

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

 a { background-color: rgb(104,229,214); }

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

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

 span { border-color: rgb(104,229,214); }

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