Shades of Bright Turquoise #0CFCCF
Tints of Bright Turquoise #0CFCCF
RGB
CMYK
RGB Variations
Color information
#0CFCCF (or 0x0CFCCF) is known color: Bright Turquoise. HEX triplet: 0C, FC and CF. RGB value is (12,252,207). Sum of RGB (Red+Green+Blue) = 12+252+207=471 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.55% from 471); Green value is 252 (98.83% from 255 or 53.50% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 252 - color contains mainly: green. Hex color #0CFCCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFCCF is #F30330. Grayscale: #AFAFAF. Windows color (decimal): -15926065 or 13630476. OLE color: 13630476.
HSL color Cylindrical-coordinate representation of color #0CFCCF: hue angle of 168.75º 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 #0CFCCF is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 252 | 207 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.01 |
| HSL | 168.75º | 0.98% | 0.52% | - |
| HSV(B) | 168.75º | 0.95% | 0.99% | - |
| XYZ | 46.22 | 74.2 | 70.92 | - |
| YUV | 175.11 | 145.99 | 11.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 252 | 207 | 0.95 | 0 | 0.18 | 0.01 | 168.75 | 0.98 | 0.52 |
| Hex | C | FC | CF | 5F | 0 | 12 | 1 | A9 | 62 | 34 |
| Octal | 14 | 374 | 317 | 137 | 0 | 22 | 1 | 251 | 142 | 64 |
| Binary | 1100 | 11111100 | 11001111 | 1011111 | 0 | 10010 | 1 | 10101001 | 1100010 | 110100 |
Color Harmonies of #0CFCCF
Complementary color
Monochromatic Colors of #0CFCCF
Black with #0CFCCF
Text Example
Text Example
White with #0CFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFCCF; }
p { color: rgb(12,252,207); }
H1.HeaderClassName
{
color: #0CFCCF;
}
.AnyTagClassName
{
color: #0CFCCF;
}
</style>
background-color css
<style>
a { background-color: #0CFCCF; }
a { background-color: rgb(12,252,207); }
div.DivClassName
{
background-color: #0CFCCF;
}
.BgClassName
{
background-color: #0CFCCF;
}
</style>
border-color css
<style>
span { border-color: #0CFCCF; }
span { border-color: rgb(12,252,207); }
td.TdClassName
{
border-color: #0CFCCF;
}
.TagClassName
{
border-color: #0CFCCF;
}
</style>