Shades of Bright Turquoise #0FFBDC
Tints of Bright Turquoise #0FFBDC
RGB
CMYK
RGB Variations
Color information
#0FFBDC (or 0x0FFBDC) is known color: Bright Turquoise. HEX triplet: 0F, FB and DC. RGB value is (15,251,220). Sum of RGB (Red+Green+Blue) = 15+251+220=486 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.09% from 486); Green value is 251 (98.44% from 255 or 51.65% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFBDC is #F00423. Grayscale: #B0B0B0. Windows color (decimal): -15729700 or 14482191. OLE color: 14482191.
HSL color Cylindrical-coordinate representation of color #0FFBDC: hue angle of 172.12º 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 #0FFBDC is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 220 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.02 |
| HSL | 172.12º | 0.97% | 0.52% | - |
| HSV(B) | 172.12º | 0.94% | 0.98% | - |
| XYZ | 47.61 | 74.26 | 79.53 | - |
| YUV | 176.9 | 152.31 | 12.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 220 | 0.94 | 0 | 0.12 | 0.02 | 172.12 | 0.97 | 0.52 |
| Hex | F | FB | DC | 5E | 0 | C | 2 | AC | 61 | 34 |
| Octal | 17 | 373 | 334 | 136 | 0 | 14 | 2 | 254 | 141 | 64 |
| Binary | 1111 | 11111011 | 11011100 | 1011110 | 0 | 1100 | 10 | 10101100 | 1100001 | 110100 |
Color Harmonies of #0FFBDC
Complementary color
Monochromatic Colors of #0FFBDC
Black with #0FFBDC
Text Example
Text Example
White with #0FFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFBDC; }
p { color: rgb(15,251,220); }
H1.HeaderClassName
{
color: #0FFBDC;
}
.AnyTagClassName
{
color: #0FFBDC;
}
</style>
background-color css
<style>
a { background-color: #0FFBDC; }
a { background-color: rgb(15,251,220); }
div.DivClassName
{
background-color: #0FFBDC;
}
.BgClassName
{
background-color: #0FFBDC;
}
</style>
border-color css
<style>
span { border-color: #0FFBDC; }
span { border-color: rgb(15,251,220); }
td.TdClassName
{
border-color: #0FFBDC;
}
.TagClassName
{
border-color: #0FFBDC;
}
</style>