Html Css Color HEX #0ECADE Dark Turquoise

📋 copy color: '#0ECADE'

red 14 ◦ green 202 ◦ blue 222

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

Shades of Dark Turquoise #0ECADE

Tints of Dark Turquoise #0ECADE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.12%

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

R = 3.2%
G = 46.12%
B = 50.68%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0ECADE (or 0x0ECADE) is known color: Dark Turquoise. HEX triplet: 0E, CA and DE. RGB value is (14,202,222). Sum of RGB (Red+Green+Blue) = 14+202+222=438 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.20% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #0ECADE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECADE is #F13521. Grayscale: #939393. Windows color (decimal): -15807778 or 14600718. OLE color: 14600718.

HSL color Cylindrical-coordinate representation of color #0ECADE: hue angle of 185.77º 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 #0ECADE is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 14 202 222 -
CMYK 0.94 0.09 0 0.13
HSL 185.77º 0.88% 0.46% -
HSV(B) 185.77º 0.94% 0.87% -
XYZ 34.49 47.61 76.48 -
YUV 148.07 169.72 32.37 -
System Red Green Blue C M Y K H S L
Decimal 14 202 222 0.94 0.09 0 0.13 185.77 0.88 0.46
Hex E CA DE 5E 9 0 D BA 58 2E
Octal 16 312 336 136 11 0 15 272 130 56
Binary 1110 11001010 11011110 1011110 1001 0 1101 10111010 1011000 101110

Color Harmonies of #0ECADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECADE

Black with #0ECADE

Text Example


Text Example

White with #0ECADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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