Html Css Color HEX #0ED0CF Dark Turquoise

📋 copy color: '#0ED0CF'

red 14 ◦ green 208 ◦ blue 207

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

Shades of Dark Turquoise #0ED0CF

Tints of Dark Turquoise #0ED0CF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.48%

 BLUE value IS 207 (81.25% from 255) = 48.25%

R = 3.26%
G = 48.48%
B = 48.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#0ED0CF (or 0x0ED0CF) is known color: Dark Turquoise. HEX triplet: 0E, D0 and CF. RGB value is (14,208,207). Sum of RGB (Red+Green+Blue) = 14+208+207=429 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED0CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED0CF is #F12F30. Grayscale: #959595. Windows color (decimal): -15806257 or 13619214. OLE color: 13619214.

HSL color Cylindrical-coordinate representation of color #0ED0CF: hue angle of 179.69º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED0CF is Cyan = 0.93, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 14 208 207 -
CMYK 0.93 0 0.00 0.18
HSL 179.69º 0.87% 0.44% -
HSV(B) 179.69º 0.93% 0.82% -
XYZ 34 49.71 66.83 -
YUV 149.88 160.23 31.08 -
System Red Green Blue C M Y K H S L
Decimal 14 208 207 0.93 0 0.00 0.18 179.69 0.87 0.44
Hex E D0 CF 5D 0 0 12 B4 57 2C
Octal 16 320 317 135 0 0 22 264 127 54
Binary 1110 11010000 11001111 1011101 0 0 10010 10110100 1010111 101100

Color Harmonies of #0ED0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED0CF

Black with #0ED0CF

Text Example


Text Example

White with #0ED0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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