Shades of Bright Turquoise #0FFCCF
Tints of Bright Turquoise #0FFCCF
RGB
CMYK
RGB Variations
Color information
#0FFCCF (or 0x0FFCCF) is known color: Bright Turquoise. HEX triplet: 0F, FC and CF. RGB value is (15,252,207). Sum of RGB (Red+Green+Blue) = 15+252+207=474 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.16% from 474); Green value is 252 (98.83% from 255 or 53.16% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFCCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFCCF is #F00330. Grayscale: #AFAFAF. Windows color (decimal): -15729457 or 13630479. OLE color: 13630479.
HSL color Cylindrical-coordinate representation of color #0FFCCF: hue angle of 168.61º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFCCF is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 252 | 207 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.01 |
| HSL | 168.61º | 0.98% | 0.52% | - |
| HSV(B) | 168.61º | 0.94% | 0.99% | - |
| XYZ | 46.27 | 74.23 | 70.92 | - |
| YUV | 176.01 | 145.48 | 13.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 252 | 207 | 0.94 | 0 | 0.18 | 0.01 | 168.61 | 0.98 | 0.52 |
| Hex | F | FC | CF | 5E | 0 | 12 | 1 | A9 | 62 | 34 |
| Octal | 17 | 374 | 317 | 136 | 0 | 22 | 1 | 251 | 142 | 64 |
| Binary | 1111 | 11111100 | 11001111 | 1011110 | 0 | 10010 | 1 | 10101001 | 1100010 | 110100 |
Color Harmonies of #0FFCCF
Complementary color
Monochromatic Colors of #0FFCCF
Black with #0FFCCF
Text Example
Text Example
White with #0FFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFCCF; }
p { color: rgb(15,252,207); }
H1.HeaderClassName
{
color: #0FFCCF;
}
.AnyTagClassName
{
color: #0FFCCF;
}
</style>
background-color css
<style>
a { background-color: #0FFCCF; }
a { background-color: rgb(15,252,207); }
div.DivClassName
{
background-color: #0FFCCF;
}
.BgClassName
{
background-color: #0FFCCF;
}
</style>
border-color css
<style>
span { border-color: #0FFCCF; }
span { border-color: rgb(15,252,207); }
td.TdClassName
{
border-color: #0FFCCF;
}
.TagClassName
{
border-color: #0FFCCF;
}
</style>