#0CC4D1

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

Shades of Dark Turquoise #0CC4D1

Tints of Dark Turquoise #0CC4D1

Color information

#0CC4D1 (or 0x0CC4D1) is unknown color: approx Dark Turquoise. HEX triplet: 0C, C4 and D1. RGB value is (12,196,209). Sum of RGB (Red+Green+Blue) = 12+196+209=417 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 417); Green value is 196 (76.95% from 255 or 47.00% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #0CC4D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC4D1 is #F33B2E. Grayscale: #8E8E8E. Windows color (decimal): -15940399 or 13747212. OLE color: 13747212.

HSL color Cylindrical-coordinate representation of color #0CC4D1: hue angle of 183.96º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC4D1 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12196209-
CMYK0.940.0600.18
HSL183.96º89.14%43.33%-
HSV(B)183.96º94.26%81.96%-
XYZ31.444.1667.19-
YUV142.47165.5434.94-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.88%
GREEN value IS 196 (76.95% from 255) = 47.00%
BLUE value IS 209 (82.03% from 255) = 50.12%
R=2.88%
G=47.00%
B=50.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal121962090.940.0600.18183.9689.1443.33
HexCC4D15E6012b8592b
Octal14304321136602227013153
Binary110011000100110100011011110110010010101110001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,196,209); }

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

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

 a { background-color: rgb(12,196,209); }

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

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

 span { border-color: rgb(12,196,209); }

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