#0cd9dd

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

Shades of Bright Turquoise #0CD9DD

Tints of Bright Turquoise #0CD9DD

Color information

#0CD9DD (or 0x0CD9DD) is unknown color: approx Bright Turquoise. HEX triplet: 0C, D9 and DD. RGB value is (12,217,221). Sum of RGB (Red+Green+Blue) = 12+217+221=450 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.67% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #0CD9DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD9DD is #F32622. Grayscale: #9B9B9B. Windows color (decimal): -15935011 or 14539020. OLE color: 14539020.

HSL color Cylindrical-coordinate representation of color #0CD9DD: hue angle of 181.15º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CD9DD is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12217221-
CMYK0.950.0200.13
HSL181.15º89.7%45.69%-
HSV(B)181.15º94.57%86.67%-
XYZ38.0254.9277-
YUV156.16164.5825.17-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.67%
GREEN value IS 217 (85.16% from 255) = 48.22%
BLUE value IS 221 (86.72% from 255) = 49.11%
R=2.67%
G=48.22%
B=49.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal122172210.950.0200.13181.1589.745.69
HexCD9DD5F20Db55a2e
Octal14331335137201526513256
Binary1100110110011101110110111111001101101101011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cd9dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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