Shades of Pale Turquoise #B0F6FE
Tints of Pale Turquoise #B0F6FE
RGB
CMYK
RGB Variations
Color information
#B0F6FE (or 0xB0F6FE) is known color: Pale Turquoise. HEX triplet: B0, F6 and FE. RGB value is (176,246,254). Sum of RGB (Red+Green+Blue) = 176+246+254=676 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.04% from 676); Green value is 246 (96.48% from 255 or 36.39% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0F6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F6FE is #4F0901. Grayscale: #E1E1E1. Windows color (decimal): -5179650 or 16709296. OLE color: 16709296.
HSL color Cylindrical-coordinate representation of color #B0F6FE: hue angle of 186.15º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0F6FE is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 246 | 254 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.00 |
| HSL | 186.15º | 0.98% | 0.84% | - |
| HSV(B) | 186.15º | 0.31% | 1% | - |
| XYZ | 68.75 | 82.3 | 106.03 | - |
| YUV | 225.98 | 143.81 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 246 | 254 | 0.31 | 0.03 | 0 | 0.00 | 186.15 | 0.98 | 0.84 |
| Hex | B0 | F6 | FE | 1F | 3 | 0 | 0 | BA | 62 | 54 |
| Octal | 260 | 366 | 376 | 37 | 3 | 0 | 0 | 272 | 142 | 124 |
| Binary | 10110000 | 11110110 | 11111110 | 11111 | 11 | 0 | 0 | 10111010 | 1100010 | 1010100 |
Color Harmonies of #B0F6FE
Complementary color
Monochromatic Colors of #B0F6FE
Black with #B0F6FE
Text Example
Text Example
White with #B0F6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F6FE; }
p { color: rgb(176,246,254); }
H1.HeaderClassName
{
color: #B0F6FE;
}
.AnyTagClassName
{
color: #B0F6FE;
}
</style>
background-color css
<style>
a { background-color: #B0F6FE; }
a { background-color: rgb(176,246,254); }
div.DivClassName
{
background-color: #B0F6FE;
}
.BgClassName
{
background-color: #B0F6FE;
}
</style>
border-color css
<style>
span { border-color: #B0F6FE; }
span { border-color: rgb(176,246,254); }
td.TdClassName
{
border-color: #B0F6FE;
}
.TagClassName
{
border-color: #B0F6FE;
}
</style>