Shades of Bright Turquoise #0FF6CB
Tints of Bright Turquoise #0FF6CB
RGB
CMYK
RGB Variations
Color information
#0FF6CB (or 0x0FF6CB) is known color: Bright Turquoise. HEX triplet: 0F, F6 and CB. RGB value is (15,246,203). Sum of RGB (Red+Green+Blue) = 15+246+203=464 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.23% from 464); Green value is 246 (96.48% from 255 or 53.02% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 246 - color contains mainly: green. Hex color #0FF6CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF6CB is #F00934. Grayscale: #ABABAB. Windows color (decimal): -15730997 or 13366799. OLE color: 13366799.
HSL color Cylindrical-coordinate representation of color #0FF6CB: hue angle of 168.83º 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 #0FF6CB is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 246 | 203 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.04 |
| HSL | 168.83º | 0.93% | 0.51% | - |
| HSV(B) | 168.83º | 0.94% | 0.96% | - |
| XYZ | 43.93 | 70.32 | 67.76 | - |
| YUV | 172.03 | 145.47 | 16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 246 | 203 | 0.94 | 0 | 0.17 | 0.04 | 168.83 | 0.93 | 0.51 |
| Hex | F | F6 | CB | 5E | 0 | 11 | 4 | A9 | 5D | 33 |
| Octal | 17 | 366 | 313 | 136 | 0 | 21 | 4 | 251 | 135 | 63 |
| Binary | 1111 | 11110110 | 11001011 | 1011110 | 0 | 10001 | 100 | 10101001 | 1011101 | 110011 |
Color Harmonies of #0FF6CB
Complementary color
Monochromatic Colors of #0FF6CB
Black with #0FF6CB
Text Example
Text Example
White with #0FF6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF6CB; }
p { color: rgb(15,246,203); }
H1.HeaderClassName
{
color: #0FF6CB;
}
.AnyTagClassName
{
color: #0FF6CB;
}
</style>
background-color css
<style>
a { background-color: #0FF6CB; }
a { background-color: rgb(15,246,203); }
div.DivClassName
{
background-color: #0FF6CB;
}
.BgClassName
{
background-color: #0FF6CB;
}
</style>
border-color css
<style>
span { border-color: #0FF6CB; }
span { border-color: rgb(15,246,203); }
td.TdClassName
{
border-color: #0FF6CB;
}
.TagClassName
{
border-color: #0FF6CB;
}
</style>