Html Css Color HEX #0ED8CE Dark Turquoise

📋 copy color: '#0ED8CE'

red 14 ◦ green 216 ◦ blue 206

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

Shades of Dark Turquoise #0ED8CE

Tints of Dark Turquoise #0ED8CE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.54%

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

R = 3.21%
G = 49.54%
B = 47.25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#0ED8CE (or 0x0ED8CE) is known color: Dark Turquoise. HEX triplet: 0E, D8 and CE. RGB value is (14,216,206). Sum of RGB (Red+Green+Blue) = 14+216+206=436 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.21% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 216 - color contains mainly: green. Hex color #0ED8CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED8CE is #F12731. Grayscale: #9A9A9A. Windows color (decimal): -15804210 or 13555726. OLE color: 13555726.

HSL color Cylindrical-coordinate representation of color #0ED8CE: hue angle of 177.03º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED8CE is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 14 216 206 -
CMYK 0.94 0 0.05 0.15
HSL 177.03º 0.88% 0.45% -
HSV(B) 177.03º 0.94% 0.85% -
XYZ 35.88 53.66 66.86 -
YUV 154.46 157.08 27.81 -
System Red Green Blue C M Y K H S L
Decimal 14 216 206 0.94 0 0.05 0.15 177.03 0.88 0.45
Hex E D8 CE 5E 0 5 F B1 58 2D
Octal 16 330 316 136 0 5 17 261 130 55
Binary 1110 11011000 11001110 1011110 0 101 1111 10110001 1011000 101101

Color Harmonies of #0ED8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED8CE

Black with #0ED8CE

Text Example


Text Example

White with #0ED8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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