Shades of Bright Turquoise #0CDFD2
Tints of Bright Turquoise #0CDFD2
RGB
CMYK
RGB Variations
Color information
#0CDFD2 (or 0x0CDFD2) is known color: Bright Turquoise. HEX triplet: 0C, DF and D2. RGB value is (12,223,210). Sum of RGB (Red+Green+Blue) = 12+223+210=445 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.70% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 210 (82.42% from 255 or 47.19% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #0CDFD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDFD2 is #F3202D. Grayscale: #9E9E9E. Windows color (decimal): -15933486 or 13819660. OLE color: 13819660.
HSL color Cylindrical-coordinate representation of color #0CDFD2: hue angle of 176.3º 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 #0CDFD2 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 223 | 210 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.13 |
| HSL | 176.3º | 0.9% | 0.46% | - |
| HSV(B) | 176.3º | 0.95% | 0.87% | - |
| XYZ | 38.17 | 57.51 | 70.06 | - |
| YUV | 158.43 | 157.1 | 23.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 223 | 210 | 0.95 | 0 | 0.06 | 0.13 | 176.3 | 0.9 | 0.46 |
| Hex | C | DF | D2 | 5F | 0 | 6 | D | B0 | 5A | 2E |
| Octal | 14 | 337 | 322 | 137 | 0 | 6 | 15 | 260 | 132 | 56 |
| Binary | 1100 | 11011111 | 11010010 | 1011111 | 0 | 110 | 1101 | 10110000 | 1011010 | 101110 |
Color Harmonies of #0CDFD2
Complementary color
Monochromatic Colors of #0CDFD2
Black with #0CDFD2
Text Example
Text Example
White with #0CDFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDFD2; }
p { color: rgb(12,223,210); }
H1.HeaderClassName
{
color: #0CDFD2;
}
.AnyTagClassName
{
color: #0CDFD2;
}
</style>
background-color css
<style>
a { background-color: #0CDFD2; }
a { background-color: rgb(12,223,210); }
div.DivClassName
{
background-color: #0CDFD2;
}
.BgClassName
{
background-color: #0CDFD2;
}
</style>
border-color css
<style>
span { border-color: #0CDFD2; }
span { border-color: rgb(12,223,210); }
td.TdClassName
{
border-color: #0CDFD2;
}
.TagClassName
{
border-color: #0CDFD2;
}
</style>