#0ED6D9

Color #0ED6D9 Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #0ED6D9

Tints of Dark Turquoise #0ED6D9

Color information

#0ED6D9 (or 0x0ED6D9) is unknown color: approx Dark Turquoise. HEX triplet: 0E, D6 and D9. RGB value is (14,214,217). Sum of RGB (Red+Green+Blue) = 14+214+217=445 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.15% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #0ED6D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED6D9 is #F12926. Grayscale: #9A9A9A. Windows color (decimal): -15804711 or 14276110. OLE color: 14276110.

HSL color Cylindrical-coordinate representation of color #0ED6D9: hue angle of 180.89º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED6D9 is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14214217-
CMYK0.940.0100.15
HSL180.89º87.88%45.29%-
HSV(B)180.89º93.55%85.1%-
XYZ36.7553.273.98-
YUV154.54163.2427.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.15%
GREEN value IS 214 (83.98% from 255) = 48.09%
BLUE value IS 217 (85.16% from 255) = 48.76%
R=3.15%
G=48.09%
B=48.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal142142170.940.0100.15180.8987.8845.29
HexED6D95E10Fb5582d
Octal16326331136101726513055
Binary111011010110110110011011110101111101101011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ED6D9; }

 p { color: rgb(14,214,217); }

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

<style>
 a { background-color: #0ED6D9; }

 a { background-color: rgb(14,214,217); }

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

<style>
 span { border-color: #0ED6D9; }

 span { border-color: rgb(14,214,217); }

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