#0ED6CD

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

Shades of Dark Turquoise #0ED6CD

Tints of Dark Turquoise #0ED6CD

Color information

#0ED6CD (or 0x0ED6CD) is unknown color: approx Dark Turquoise. HEX triplet: 0E, D6 and CD. RGB value is (14,214,205). Sum of RGB (Red+Green+Blue) = 14+214+205=433 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.23% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED6CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED6CD is #F12932. Grayscale: #999999. Windows color (decimal): -15804723 or 13489678. OLE color: 13489678.

HSL color Cylindrical-coordinate representation of color #0ED6CD: hue angle of 177.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED6CD is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB14214205-
CMYK0.9300.040.16
HSL177.3º87.72%44.71%-
HSV(B)177.3º93.46%83.92%-
XYZ35.2552.5966.05-
YUV153.17157.2428.73-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.23%
GREEN value IS 214 (83.98% from 255) = 49.42%
BLUE value IS 205 (80.47% from 255) = 47.34%
R=3.23%
G=49.42%
B=47.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal142142050.9300.040.16177.387.7244.71
HexED6CD5D0410b1582d
Octal16326315135042026113055
Binary111011010110110011011011101010010000101100011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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