Shades of Bright Turquoise #0CFCD2
Tints of Bright Turquoise #0CFCD2
RGB
CMYK
RGB Variations
Color information
#0CFCD2 (or 0x0CFCD2) is known color: Bright Turquoise. HEX triplet: 0C, FC and D2. RGB value is (12,252,210). Sum of RGB (Red+Green+Blue) = 12+252+210=474 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.53% from 474); Green value is 252 (98.83% from 255 or 53.16% from 474); Blue value is 210 (82.42% from 255 or 44.30% from 474); Max value from RGB is 252 - color contains mainly: green. Hex color #0CFCD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFCD2 is #F3032D. Grayscale: #AFAFAF. Windows color (decimal): -15926062 or 13827084. OLE color: 13827084.
HSL color Cylindrical-coordinate representation of color #0CFCD2: hue angle of 169.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFCD2 is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 252 | 210 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.01 |
| HSL | 169.5º | 0.98% | 0.52% | - |
| HSV(B) | 169.5º | 0.95% | 0.99% | - |
| XYZ | 46.59 | 74.35 | 72.87 | - |
| YUV | 175.45 | 147.49 | 11.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 252 | 210 | 0.95 | 0 | 0.17 | 0.01 | 169.5 | 0.98 | 0.52 |
| Hex | C | FC | D2 | 5F | 0 | 11 | 1 | AA | 62 | 34 |
| Octal | 14 | 374 | 322 | 137 | 0 | 21 | 1 | 252 | 142 | 64 |
| Binary | 1100 | 11111100 | 11010010 | 1011111 | 0 | 10001 | 1 | 10101010 | 1100010 | 110100 |
Color Harmonies of #0CFCD2
Complementary color
Monochromatic Colors of #0CFCD2
Black with #0CFCD2
Text Example
Text Example
White with #0CFCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFCD2; }
p { color: rgb(12,252,210); }
H1.HeaderClassName
{
color: #0CFCD2;
}
.AnyTagClassName
{
color: #0CFCD2;
}
</style>
background-color css
<style>
a { background-color: #0CFCD2; }
a { background-color: rgb(12,252,210); }
div.DivClassName
{
background-color: #0CFCD2;
}
.BgClassName
{
background-color: #0CFCD2;
}
</style>
border-color css
<style>
span { border-color: #0CFCD2; }
span { border-color: rgb(12,252,210); }
td.TdClassName
{
border-color: #0CFCD2;
}
.TagClassName
{
border-color: #0CFCD2;
}
</style>