Shades of Bright Turquoise #0FFCD9
Tints of Bright Turquoise #0FFCD9
RGB
CMYK
RGB Variations
Color information
#0FFCD9 (or 0x0FFCD9) is known color: Bright Turquoise. HEX triplet: 0F, FC and D9. RGB value is (15,252,217). Sum of RGB (Red+Green+Blue) = 15+252+217=484 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.10% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFCD9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFCD9 is #F00326. Grayscale: #B1B1B1. Windows color (decimal): -15729447 or 14285839. OLE color: 14285839.
HSL color Cylindrical-coordinate representation of color #0FFCD9: hue angle of 171.14º 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 #0FFCD9 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 252 | 217 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.01 |
| HSL | 171.14º | 0.98% | 0.52% | - |
| HSV(B) | 171.14º | 0.94% | 0.99% | - |
| XYZ | 47.53 | 74.73 | 77.57 | - |
| YUV | 177.15 | 150.48 | 12.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 252 | 217 | 0.94 | 0 | 0.14 | 0.01 | 171.14 | 0.98 | 0.52 |
| Hex | F | FC | D9 | 5E | 0 | E | 1 | AB | 62 | 34 |
| Octal | 17 | 374 | 331 | 136 | 0 | 16 | 1 | 253 | 142 | 64 |
| Binary | 1111 | 11111100 | 11011001 | 1011110 | 0 | 1110 | 1 | 10101011 | 1100010 | 110100 |
Color Harmonies of #0FFCD9
Complementary color
Monochromatic Colors of #0FFCD9
Black with #0FFCD9
Text Example
Text Example
White with #0FFCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFCD9; }
p { color: rgb(15,252,217); }
H1.HeaderClassName
{
color: #0FFCD9;
}
.AnyTagClassName
{
color: #0FFCD9;
}
</style>
background-color css
<style>
a { background-color: #0FFCD9; }
a { background-color: rgb(15,252,217); }
div.DivClassName
{
background-color: #0FFCD9;
}
.BgClassName
{
background-color: #0FFCD9;
}
</style>
border-color css
<style>
span { border-color: #0FFCD9; }
span { border-color: rgb(15,252,217); }
td.TdClassName
{
border-color: #0FFCD9;
}
.TagClassName
{
border-color: #0FFCD9;
}
</style>