Html Css Color HEX #0ECDE6 Dark Turquoise

📋 copy color: '#0ECDE6'

red 14 ◦ green 205 ◦ blue 230

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

Shades of Dark Turquoise #0ECDE6

Tints of Dark Turquoise #0ECDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 51.22%

R = 3.12%
G = 45.66%
B = 51.22%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0ECDE6 (or 0x0ECDE6) is known color: Dark Turquoise. HEX triplet: 0E, CD and E6. RGB value is (14,205,230). Sum of RGB (Red+Green+Blue) = 14+205+230=449 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.12% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 230 (90.23% from 255 or 51.22% from 449); Max value from RGB is 230 - color contains mainly: blue. Hex color #0ECDE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECDE6 is #F13219. Grayscale: #969696. Windows color (decimal): -15807002 or 15125774. OLE color: 15125774.

HSL color Cylindrical-coordinate representation of color #0ECDE6: hue angle of 186.94º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECDE6 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 14 205 230 -
CMYK 0.94 0.11 0 0.10
HSL 186.94º 0.89% 0.48% -
HSV(B) 186.94º 0.94% 0.9% -
XYZ 36.3 49.47 82.5 -
YUV 150.74 172.72 30.47 -
System Red Green Blue C M Y K H S L
Decimal 14 205 230 0.94 0.11 0 0.10 186.94 0.89 0.48
Hex E CD E6 5E B 0 A BB 59 30
Octal 16 315 346 136 13 0 12 273 131 60
Binary 1110 11001101 11100110 1011110 1011 0 1010 10111011 1011001 110000

Color Harmonies of #0ECDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECDE6

Black with #0ECDE6

Text Example


Text Example

White with #0ECDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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