Shades of Pale Turquoise #B0F2FE
Tints of Pale Turquoise #B0F2FE
RGB
CMYK
RGB Variations
Color information
#B0F2FE (or 0xB0F2FE) is known color: Pale Turquoise. HEX triplet: B0, F2 and FE. RGB value is (176,242,254). Sum of RGB (Red+Green+Blue) = 176+242+254=672 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.19% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0F2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F2FE is #4F0D01. Grayscale: #DFDFDF. Windows color (decimal): -5180674 or 16708272. OLE color: 16708272.
HSL color Cylindrical-coordinate representation of color #B0F2FE: hue angle of 189.23º 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 #B0F2FE is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 242 | 254 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.00 |
| HSL | 189.23º | 0.98% | 0.84% | - |
| HSV(B) | 189.23º | 0.31% | 1% | - |
| XYZ | 67.55 | 79.89 | 105.63 | - |
| YUV | 223.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 242 | 254 | 0.31 | 0.05 | 0 | 0.00 | 189.23 | 0.98 | 0.84 |
| Hex | B0 | F2 | FE | 1F | 5 | 0 | 0 | BD | 62 | 54 |
| Octal | 260 | 362 | 376 | 37 | 5 | 0 | 0 | 275 | 142 | 124 |
| Binary | 10110000 | 11110010 | 11111110 | 11111 | 101 | 0 | 0 | 10111101 | 1100010 | 1010100 |
Color Harmonies of #B0F2FE
Complementary color
Monochromatic Colors of #B0F2FE
Black with #B0F2FE
Text Example
Text Example
White with #B0F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F2FE; }
p { color: rgb(176,242,254); }
H1.HeaderClassName
{
color: #B0F2FE;
}
.AnyTagClassName
{
color: #B0F2FE;
}
</style>
background-color css
<style>
a { background-color: #B0F2FE; }
a { background-color: rgb(176,242,254); }
div.DivClassName
{
background-color: #B0F2FE;
}
.BgClassName
{
background-color: #B0F2FE;
}
</style>
border-color css
<style>
span { border-color: #B0F2FE; }
span { border-color: rgb(176,242,254); }
td.TdClassName
{
border-color: #B0F2FE;
}
.TagClassName
{
border-color: #B0F2FE;
}
</style>