Html Css Color HEX #0EC0E0 Dark Turquoise

📋 copy color: '#0EC0E0'

red 14 ◦ green 192 ◦ blue 224

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

Shades of Dark Turquoise #0EC0E0

Tints of Dark Turquoise #0EC0E0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.65%

 BLUE value IS 224 (87.89% from 255) = 52.09%

R = 3.26%
G = 44.65%
B = 52.09%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0EC0E0 (or 0x0EC0E0) is known color: Dark Turquoise. HEX triplet: 0E, C0 and E0. RGB value is (14,192,224). Sum of RGB (Red+Green+Blue) = 14+192+224=430 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #0EC0E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC0E0 is #F13F1F. Grayscale: #8E8E8E. Windows color (decimal): -15810336 or 14729230. OLE color: 14729230.

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

Color convert

RGB 14 192 224 -
CMYK 0.94 0.14 0 0.12
HSL 189.14º 0.88% 0.47% -
HSV(B) 189.14º 0.94% 0.88% -
XYZ 32.49 43.17 77.14 -
YUV 142.43 174.03 36.4 -
System Red Green Blue C M Y K H S L
Decimal 14 192 224 0.94 0.14 0 0.12 189.14 0.88 0.47
Hex E C0 E0 5E E 0 C BD 58 2F
Octal 16 300 340 136 16 0 14 275 130 57
Binary 1110 11000000 11100000 1011110 1110 0 1100 10111101 1011000 101111

Color Harmonies of #0EC0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC0E0

Black with #0EC0E0

Text Example


Text Example

White with #0EC0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,192,224); }

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

background-color css

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

 a { background-color: rgb(14,192,224); }

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

border-color css

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

 span { border-color: rgb(14,192,224); }

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