Html Css Color HEX #0ECAE3 Dark Turquoise

📋 copy color: '#0ECAE3'

red 14 ◦ green 202 ◦ blue 227

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

Shades of Dark Turquoise #0ECAE3

Tints of Dark Turquoise #0ECAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 51.24%

R = 3.16%
G = 45.6%
B = 51.24%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0ECAE3 (or 0x0ECAE3) is known color: Dark Turquoise. HEX triplet: 0E, CA and E3. RGB value is (14,202,227). Sum of RGB (Red+Green+Blue) = 14+202+227=443 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.16% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 227 (89.06% from 255 or 51.24% from 443); Max value from RGB is 227 - color contains mainly: blue. Hex color #0ECAE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECAE3 is #F1351C. Grayscale: #949494. Windows color (decimal): -15807773 or 14928398. OLE color: 14928398.

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

Color convert

RGB 14 202 227 -
CMYK 0.94 0.11 0 0.11
HSL 187.04º 0.88% 0.47% -
HSV(B) 187.04º 0.94% 0.89% -
XYZ 35.17 47.88 80.06 -
YUV 148.64 172.22 31.97 -
System Red Green Blue C M Y K H S L
Decimal 14 202 227 0.94 0.11 0 0.11 187.04 0.88 0.47
Hex E CA E3 5E B 0 B BB 58 2F
Octal 16 312 343 136 13 0 13 273 130 57
Binary 1110 11001010 11100011 1011110 1011 0 1011 10111011 1011000 101111

Color Harmonies of #0ECAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECAE3

Black with #0ECAE3

Text Example


Text Example

White with #0ECAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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