Shades of Bright Turquoise #0FFBD4
Tints of Bright Turquoise #0FFBD4
RGB
CMYK
RGB Variations
Color information
#0FFBD4 (or 0x0FFBD4) is known color: Bright Turquoise. HEX triplet: 0F, FB and D4. RGB value is (15,251,212). Sum of RGB (Red+Green+Blue) = 15+251+212=478 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.14% from 478); Green value is 251 (98.44% from 255 or 52.51% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFBD4 is #F0042B. Grayscale: #AFAFAF. Windows color (decimal): -15729708 or 13957903. OLE color: 13957903.
HSL color Cylindrical-coordinate representation of color #0FFBD4: hue angle of 170.08º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFBD4 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 212 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.02 |
| HSL | 170.08º | 0.97% | 0.52% | - |
| HSV(B) | 170.08º | 0.94% | 0.98% | - |
| XYZ | 46.58 | 73.85 | 74.09 | - |
| YUV | 175.99 | 148.31 | 13.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 212 | 0.94 | 0 | 0.16 | 0.02 | 170.08 | 0.97 | 0.52 |
| Hex | F | FB | D4 | 5E | 0 | 10 | 2 | AA | 61 | 34 |
| Octal | 17 | 373 | 324 | 136 | 0 | 20 | 2 | 252 | 141 | 64 |
| Binary | 1111 | 11111011 | 11010100 | 1011110 | 0 | 10000 | 10 | 10101010 | 1100001 | 110100 |
Color Harmonies of #0FFBD4
Complementary color
Monochromatic Colors of #0FFBD4
Black with #0FFBD4
Text Example
Text Example
White with #0FFBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFBD4; }
p { color: rgb(15,251,212); }
H1.HeaderClassName
{
color: #0FFBD4;
}
.AnyTagClassName
{
color: #0FFBD4;
}
</style>
background-color css
<style>
a { background-color: #0FFBD4; }
a { background-color: rgb(15,251,212); }
div.DivClassName
{
background-color: #0FFBD4;
}
.BgClassName
{
background-color: #0FFBD4;
}
</style>
border-color css
<style>
span { border-color: #0FFBD4; }
span { border-color: rgb(15,251,212); }
td.TdClassName
{
border-color: #0FFBD4;
}
.TagClassName
{
border-color: #0FFBD4;
}
</style>