#0ECFDC

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

Shades of Dark Turquoise #0ECFDC

Tints of Dark Turquoise #0ECFDC

Color information

#0ECFDC (or 0x0ECFDC) is unknown color: approx Dark Turquoise. HEX triplet: 0E, CF and DC. RGB value is (14,207,220). Sum of RGB (Red+Green+Blue) = 14+207+220=441 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.17% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #0ECFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECFDC is #F13023. Grayscale: #969696. Windows color (decimal): -15806500 or 14470926. OLE color: 14470926.

HSL color Cylindrical-coordinate representation of color #0ECFDC: hue angle of 183.79º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECFDC is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14207220-
CMYK0.940.0600.14
HSL183.79º88.03%45.88%-
HSV(B)183.79º93.64%86.27%-
XYZ35.4149.8975.47-
YUV150.78167.0630.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.17%
GREEN value IS 207 (81.25% from 255) = 46.94%
BLUE value IS 220 (86.33% from 255) = 49.89%
R=3.17%
G=46.94%
B=49.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal142072200.940.0600.14183.7988.0345.88
HexECFDC5E60Eb8582e
Octal16317334136601627013056
Binary11101100111111011100101111011001110101110001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,207,220); }

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

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

 a { background-color: rgb(14,207,220); }

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

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

 span { border-color: rgb(14,207,220); }

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