#0EC5E6

Color #0EC5E6 Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #0EC5E6

Tints of Dark Turquoise #0EC5E6

Color information

#0EC5E6 (or 0x0EC5E6) is unknown color: approx Dark Turquoise. HEX triplet: 0E, C5 and E6. RGB value is (14,197,230). Sum of RGB (Red+Green+Blue) = 14+197+230=441 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.17% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #0EC5E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EC5E6 is #F13A19. Grayscale: #919191. Windows color (decimal): -15809050 or 15123726. OLE color: 15123726.

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

Color convert

RGB14197230-
CMYK0.940.1400.10
HSL189.17º88.52%47.84%-
HSV(B)189.17º93.91%90.2%-
XYZ34.4345.7481.88-
YUV146.04175.3733.82-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.17%
GREEN value IS 197 (77.34% from 255) = 44.67%
BLUE value IS 230 (90.23% from 255) = 52.15%
R=3.17%
G=44.67%
B=52.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal141972300.940.1400.10189.1788.5247.84
HexEC5E65EE0Abd5930
Octal163053461361601227513160
Binary111011000101111001101011110111001010101111011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EC5E6;
 }
 .AnyTagClassName
 {
   color: #0EC5E6;
 }
</style>
background-color css

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

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

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

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

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

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