#0ECDD6

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

Shades of Dark Turquoise #0ECDD6

Tints of Dark Turquoise #0ECDD6

Color information

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

HSL color Cylindrical-coordinate representation of color #0ECDD6: hue angle of 182.7º 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 #0ECDD6 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14205214-
CMYK0.930.0400.16
HSL182.7º87.72%44.71%-
HSV(B)182.7º93.46%83.92%-
XYZ34.1548.6171.2-
YUV148.92164.7231.77-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal142052140.930.0400.16182.787.7244.71
HexECDD65D4010b7582d
Octal16315326135402026713055
Binary111011001101110101101011101100010000101101111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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