#0CC8D9

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

Shades of Dark Turquoise #0CC8D9

Tints of Dark Turquoise #0CC8D9

Color information

#0CC8D9 (or 0x0CC8D9) is unknown color: approx Dark Turquoise. HEX triplet: 0C, C8 and D9. RGB value is (12,200,217). Sum of RGB (Red+Green+Blue) = 12+200+217=429 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.80% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 217 (85.16% from 255 or 50.58% from 429); Max value from RGB is 217 - color contains mainly: blue. Hex color #0CC8D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC8D9 is #F33726. Grayscale: #919191. Windows color (decimal): -15939367 or 14272524. OLE color: 14272524.

HSL color Cylindrical-coordinate representation of color #0CC8D9: hue angle of 184.98º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC8D9 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12200217-
CMYK0.940.0800.15
HSL184.98º89.52%44.9%-
HSV(B)184.98º94.47%85.1%-
XYZ33.3346.472.84-
YUV145.73168.2232.62-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.80%
GREEN value IS 200 (78.52% from 255) = 46.62%
BLUE value IS 217 (85.16% from 255) = 50.58%
R=2.80%
G=46.62%
B=50.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal122002170.940.0800.15184.9889.5244.9
HexCC8D95E80Fb95a2d
Octal143103311361001727113255
Binary110011001000110110011011110100001111101110011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,200,217); }

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

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

 a { background-color: rgb(12,200,217); }

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

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

 span { border-color: rgb(12,200,217); }

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