Shades of Bright Turquoise #0FF7CC
Tints of Bright Turquoise #0FF7CC
RGB
CMYK
RGB Variations
Color information
#0FF7CC (or 0x0FF7CC) is known color: Bright Turquoise. HEX triplet: 0F, F7 and CC. RGB value is (15,247,204). Sum of RGB (Red+Green+Blue) = 15+247+204=466 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.22% from 466); Green value is 247 (96.88% from 255 or 53.00% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 247 - color contains mainly: green. Hex color #0FF7CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF7CC is #F00833. Grayscale: #ACACAC. Windows color (decimal): -15730740 or 13432591. OLE color: 13432591.
HSL color Cylindrical-coordinate representation of color #0FF7CC: hue angle of 168.88º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF7CC is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 247 | 204 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.03 |
| HSL | 168.88º | 0.94% | 0.51% | - |
| HSV(B) | 168.88º | 0.94% | 0.97% | - |
| XYZ | 44.36 | 70.98 | 68.49 | - |
| YUV | 172.73 | 145.64 | 15.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 247 | 204 | 0.94 | 0 | 0.17 | 0.03 | 168.88 | 0.94 | 0.51 |
| Hex | F | F7 | CC | 5E | 0 | 11 | 3 | A9 | 5E | 33 |
| Octal | 17 | 367 | 314 | 136 | 0 | 21 | 3 | 251 | 136 | 63 |
| Binary | 1111 | 11110111 | 11001100 | 1011110 | 0 | 10001 | 11 | 10101001 | 1011110 | 110011 |
Color Harmonies of #0FF7CC
Complementary color
Monochromatic Colors of #0FF7CC
Black with #0FF7CC
Text Example
Text Example
White with #0FF7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF7CC; }
p { color: rgb(15,247,204); }
H1.HeaderClassName
{
color: #0FF7CC;
}
.AnyTagClassName
{
color: #0FF7CC;
}
</style>
background-color css
<style>
a { background-color: #0FF7CC; }
a { background-color: rgb(15,247,204); }
div.DivClassName
{
background-color: #0FF7CC;
}
.BgClassName
{
background-color: #0FF7CC;
}
</style>
border-color css
<style>
span { border-color: #0FF7CC; }
span { border-color: rgb(15,247,204); }
td.TdClassName
{
border-color: #0FF7CC;
}
.TagClassName
{
border-color: #0FF7CC;
}
</style>