Html Css Color HEX #0ECDDE Dark Turquoise

📋 copy color: '#0ECDDE'

red 14 ◦ green 205 ◦ blue 222

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

Shades of Dark Turquoise #0ECDDE

Tints of Dark Turquoise #0ECDDE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.49%

 BLUE value IS 222 (87.11% from 255) = 50.34%

R = 3.17%
G = 46.49%
B = 50.34%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0ECDDE (or 0x0ECDDE) is known color: Dark Turquoise. HEX triplet: 0E, CD and DE. RGB value is (14,205,222). Sum of RGB (Red+Green+Blue) = 14+205+222=441 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.17% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #0ECDDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECDDE is #F13221. Grayscale: #959595. Windows color (decimal): -15807010 or 14601486. OLE color: 14601486.

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

Color convert

RGB 14 205 222 -
CMYK 0.94 0.08 0 0.13
HSL 184.9º 0.88% 0.46% -
HSV(B) 184.9º 0.94% 0.87% -
XYZ 35.2 49.03 76.72 -
YUV 149.83 168.72 31.12 -
System Red Green Blue C M Y K H S L
Decimal 14 205 222 0.94 0.08 0 0.13 184.9 0.88 0.46
Hex E CD DE 5E 8 0 D B9 58 2E
Octal 16 315 336 136 10 0 15 271 130 56
Binary 1110 11001101 11011110 1011110 1000 0 1101 10111001 1011000 101110

Color Harmonies of #0ECDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECDDE

Black with #0ECDDE

Text Example


Text Example

White with #0ECDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,205,222); }

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

background-color css

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

 a { background-color: rgb(14,205,222); }

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

border-color css

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

 span { border-color: rgb(14,205,222); }

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