Html Css Color HEX #0ECDD6 Dark Turquoise

📋 copy color: '#0ECDD6'

red 14 ◦ green 205 ◦ blue 214

#0ECDD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #0ECDD6

Tints of Dark Turquoise #0ECDD6

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 value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0ECDD6 (or 0x0ECDD6) is known color: 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

RGB 14 205 214 -
CMYK 0.93 0.04 0 0.16
HSL 182.7º 0.88% 0.45% -
HSV(B) 182.7º 0.93% 0.84% -
XYZ 34.15 48.61 71.2 -
YUV 148.92 164.72 31.77 -
System Red Green Blue C M Y K H S L
Decimal 14 205 214 0.93 0.04 0 0.16 182.7 0.88 0.45
Hex E CD D6 5D 4 0 10 B7 58 2D
Octal 16 315 326 135 4 0 20 267 130 55
Binary 1110 11001101 11010110 1011101 100 0 10000 10110111 1011000 101101

Color Harmonies of #0ECDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECDD6

Black with #0ECDD6

Text Example


Text Example

White with #0ECDD6

Text Example


Text Example

HTML Codes & Css Web 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>