Shades of Bright Turquoise #0FF0CC
Tints of Bright Turquoise #0FF0CC
RGB
CMYK
RGB Variations
Color information
#0FF0CC (or 0x0FF0CC) is known color: Bright Turquoise. HEX triplet: 0F, F0 and CC. RGB value is (15,240,204). Sum of RGB (Red+Green+Blue) = 15+240+204=459 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.27% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF0CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF0CC is #F00F33. Grayscale: #A8A8A8. Windows color (decimal): -15732532 or 13430799. OLE color: 13430799.
HSL color Cylindrical-coordinate representation of color #0FF0CC: hue angle of 170.4º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF0CC is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 240 | 204 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.06 |
| HSL | 170.4º | 0.88% | 0.5% | - |
| HSV(B) | 170.4º | 0.94% | 0.94% | - |
| XYZ | 42.26 | 66.78 | 67.79 | - |
| YUV | 168.62 | 147.96 | 18.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 240 | 204 | 0.94 | 0 | 0.15 | 0.06 | 170.4 | 0.88 | 0.5 |
| Hex | F | F0 | CC | 5E | 0 | F | 6 | AA | 58 | 32 |
| Octal | 17 | 360 | 314 | 136 | 0 | 17 | 6 | 252 | 130 | 62 |
| Binary | 1111 | 11110000 | 11001100 | 1011110 | 0 | 1111 | 110 | 10101010 | 1011000 | 110010 |
Color Harmonies of #0FF0CC
Complementary color
Monochromatic Colors of #0FF0CC
Black with #0FF0CC
Text Example
Text Example
White with #0FF0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF0CC; }
p { color: rgb(15,240,204); }
H1.HeaderClassName
{
color: #0FF0CC;
}
.AnyTagClassName
{
color: #0FF0CC;
}
</style>
background-color css
<style>
a { background-color: #0FF0CC; }
a { background-color: rgb(15,240,204); }
div.DivClassName
{
background-color: #0FF0CC;
}
.BgClassName
{
background-color: #0FF0CC;
}
</style>
border-color css
<style>
span { border-color: #0FF0CC; }
span { border-color: rgb(15,240,204); }
td.TdClassName
{
border-color: #0FF0CC;
}
.TagClassName
{
border-color: #0FF0CC;
}
</style>