Shades of Bright Turquoise #0FF6CC
Tints of Bright Turquoise #0FF6CC
RGB
CMYK
RGB Variations
Color information
#0FF6CC (or 0x0FF6CC) is known color: Bright Turquoise. HEX triplet: 0F, F6 and CC. RGB value is (15,246,204). Sum of RGB (Red+Green+Blue) = 15+246+204=465 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.23% from 465); Green value is 246 (96.48% from 255 or 52.90% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 246 - color contains mainly: green. Hex color #0FF6CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF6CC is #F00933. Grayscale: #ACACAC. Windows color (decimal): -15730996 or 13432335. OLE color: 13432335.
HSL color Cylindrical-coordinate representation of color #0FF6CC: hue angle of 169.09º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF6CC is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 246 | 204 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.04 |
| HSL | 169.09º | 0.93% | 0.51% | - |
| HSV(B) | 169.09º | 0.94% | 0.96% | - |
| XYZ | 44.05 | 70.37 | 68.39 | - |
| YUV | 172.14 | 145.97 | 15.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 246 | 204 | 0.94 | 0 | 0.17 | 0.04 | 169.09 | 0.93 | 0.51 |
| Hex | F | F6 | CC | 5E | 0 | 11 | 4 | A9 | 5D | 33 |
| Octal | 17 | 366 | 314 | 136 | 0 | 21 | 4 | 251 | 135 | 63 |
| Binary | 1111 | 11110110 | 11001100 | 1011110 | 0 | 10001 | 100 | 10101001 | 1011101 | 110011 |
Color Harmonies of #0FF6CC
Complementary color
Monochromatic Colors of #0FF6CC
Black with #0FF6CC
Text Example
Text Example
White with #0FF6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF6CC; }
p { color: rgb(15,246,204); }
H1.HeaderClassName
{
color: #0FF6CC;
}
.AnyTagClassName
{
color: #0FF6CC;
}
</style>
background-color css
<style>
a { background-color: #0FF6CC; }
a { background-color: rgb(15,246,204); }
div.DivClassName
{
background-color: #0FF6CC;
}
.BgClassName
{
background-color: #0FF6CC;
}
</style>
border-color css
<style>
span { border-color: #0FF6CC; }
span { border-color: rgb(15,246,204); }
td.TdClassName
{
border-color: #0FF6CC;
}
.TagClassName
{
border-color: #0FF6CC;
}
</style>