#0EC2DF

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

Shades of Dark Turquoise #0EC2DF

Tints of Dark Turquoise #0EC2DF

Color information

#0EC2DF (or 0x0EC2DF) is unknown color: approx Dark Turquoise. HEX triplet: 0E, C2 and DF. RGB value is (14,194,223). Sum of RGB (Red+Green+Blue) = 14+194+223=431 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.25% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #0EC2DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC2DF is #F13D20. Grayscale: #8F8F8F. Windows color (decimal): -15809825 or 14664206. OLE color: 14664206.

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

Color convert

RGB14194223-
CMYK0.940.1300.13
HSL188.33º88.19%46.47%-
HSV(B)188.33º93.72%87.45%-
XYZ32.794476.58-
YUV143.49172.8735.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.25%
GREEN value IS 194 (76.17% from 255) = 45.01%
BLUE value IS 223 (87.5% from 255) = 51.74%
R=3.25%
G=45.01%
B=51.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141942230.940.1300.13188.3388.1946.47
HexEC2DF5ED0Dbc582e
Octal163023371361501527413056
Binary111011000010110111111011110110101101101111001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,194,223); }

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

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

 a { background-color: rgb(14,194,223); }

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

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

 span { border-color: rgb(14,194,223); }

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