Shades of Bright Turquoise #0CDCD2
Tints of Bright Turquoise #0CDCD2
RGB
CMYK
RGB Variations
Color information
#0CDCD2 (or 0x0CDCD2) is known color: Bright Turquoise. HEX triplet: 0C, DC and D2. RGB value is (12,220,210). Sum of RGB (Red+Green+Blue) = 12+220+210=442 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.71% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 210 (82.42% from 255 or 47.51% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #0CDCD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDCD2 is #F3232D. Grayscale: #9C9C9C. Windows color (decimal): -15934254 or 13818892. OLE color: 13818892.
HSL color Cylindrical-coordinate representation of color #0CDCD2: hue angle of 177.12º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDCD2 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 220 | 210 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.14 |
| HSL | 177.12º | 0.9% | 0.45% | - |
| HSV(B) | 177.12º | 0.95% | 0.86% | - |
| XYZ | 37.38 | 55.92 | 69.8 | - |
| YUV | 156.67 | 158.09 | 24.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 220 | 210 | 0.95 | 0 | 0.05 | 0.14 | 177.12 | 0.9 | 0.45 |
| Hex | C | DC | D2 | 5F | 0 | 5 | E | B1 | 5A | 2D |
| Octal | 14 | 334 | 322 | 137 | 0 | 5 | 16 | 261 | 132 | 55 |
| Binary | 1100 | 11011100 | 11010010 | 1011111 | 0 | 101 | 1110 | 10110001 | 1011010 | 101101 |
Color Harmonies of #0CDCD2
Complementary color
Monochromatic Colors of #0CDCD2
Black with #0CDCD2
Text Example
Text Example
White with #0CDCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDCD2; }
p { color: rgb(12,220,210); }
H1.HeaderClassName
{
color: #0CDCD2;
}
.AnyTagClassName
{
color: #0CDCD2;
}
</style>
background-color css
<style>
a { background-color: #0CDCD2; }
a { background-color: rgb(12,220,210); }
div.DivClassName
{
background-color: #0CDCD2;
}
.BgClassName
{
background-color: #0CDCD2;
}
</style>
border-color css
<style>
span { border-color: #0CDCD2; }
span { border-color: rgb(12,220,210); }
td.TdClassName
{
border-color: #0CDCD2;
}
.TagClassName
{
border-color: #0CDCD2;
}
</style>