Html Css Color HEX #0ED3CE Dark Turquoise

📋 copy color: '#0ED3CE'

red 14 ◦ green 211 ◦ blue 206

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

Shades of Dark Turquoise #0ED3CE

Tints of Dark Turquoise #0ED3CE

RGB

 RED value IS 14 (5.86% from 255) = 3.25%

 GREEN value IS 211 (82.81% from 255) = 48.96%

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 3.25%
G = 48.96%
B = 47.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#0ED3CE (or 0x0ED3CE) is known color: Dark Turquoise. HEX triplet: 0E, D3 and CE. RGB value is (14,211,206). Sum of RGB (Red+Green+Blue) = 14+211+206=431 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.25% from 431); Green value is 211 (82.81% from 255 or 48.96% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 211 - color contains mainly: green. Hex color #0ED3CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED3CE is #F12C31. Grayscale: #979797. Windows color (decimal): -15805490 or 13554446. OLE color: 13554446.

HSL color Cylindrical-coordinate representation of color #0ED3CE: hue angle of 178.48º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED3CE is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 14 211 206 -
CMYK 0.93 0 0.02 0.17
HSL 178.48º 0.88% 0.44% -
HSV(B) 178.48º 0.93% 0.83% -
XYZ 34.62 51.14 66.44 -
YUV 151.53 158.73 29.91 -
System Red Green Blue C M Y K H S L
Decimal 14 211 206 0.93 0 0.02 0.17 178.48 0.88 0.44
Hex E D3 CE 5D 0 2 11 B2 58 2C
Octal 16 323 316 135 0 2 21 262 130 54
Binary 1110 11010011 11001110 1011101 0 10 10001 10110010 1011000 101100

Color Harmonies of #0ED3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED3CE

Black with #0ED3CE

Text Example


Text Example

White with #0ED3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,211,206); }

 H1.HeaderClassName
 {
   color: #0ED3CE;
 }
 .AnyTagClassName
 {
   color: #0ED3CE;
 }
</style>

background-color css

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

 a { background-color: rgb(14,211,206); }

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

border-color css

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

 span { border-color: rgb(14,211,206); }

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