#0CC4D2

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

Shades of Dark Turquoise #0CC4D2

Tints of Dark Turquoise #0CC4D2

Color information

#0CC4D2 (or 0x0CC4D2) is unknown color: approx Dark Turquoise. HEX triplet: 0C, C4 and D2. RGB value is (12,196,210). Sum of RGB (Red+Green+Blue) = 12+196+210=418 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.87% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 210 (82.42% from 255 or 50.24% from 418); Max value from RGB is 210 - color contains mainly: blue. Hex color #0CC4D2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC4D2 is #F33B2D. Grayscale: #8E8E8E. Windows color (decimal): -15940398 or 13812748. OLE color: 13812748.

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

Color convert

RGB12196210-
CMYK0.940.0700.18
HSL184.24º89.19%43.53%-
HSV(B)184.24º94.29%82.35%-
XYZ31.5244.2167.84-
YUV142.58166.0434.86-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.87%
GREEN value IS 196 (76.95% from 255) = 46.89%
BLUE value IS 210 (82.42% from 255) = 50.24%
R=2.87%
G=46.89%
B=50.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal121962100.940.0700.18184.2489.1943.53
HexCC4D25E7012b8592c
Octal14304322136702227013154
Binary110011000100110100101011110111010010101110001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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