Shades of Pale Turquoise #B0FFF2
Tints of Pale Turquoise #B0FFF2
RGB
CMYK
RGB Variations
Color information
#B0FFF2 (or 0xB0FFF2) is known color: Pale Turquoise. HEX triplet: B0, FF and F2. RGB value is (176,255,242). Sum of RGB (Red+Green+Blue) = 176+255+242=673 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.15% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFF2 is #4F000D. Grayscale: #E5E5E5. Windows color (decimal): -5177358 or 15925168. OLE color: 15925168.
HSL color Cylindrical-coordinate representation of color #B0FFF2: hue angle of 170.13º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFF2 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 242 | - |
| CMYK | 0.31 | 0 | 0.05 | 0 |
| HSL | 170.13º | 1% | 0.85% | - |
| HSV(B) | 170.13º | 0.31% | 1% | - |
| XYZ | 69.69 | 87.16 | 97.16 | - |
| YUV | 229.9 | 134.83 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 242 | 0.31 | 0 | 0.05 | 0 | 170.13 | 1 | 0.85 |
| Hex | B0 | FF | F2 | 1F | 0 | 5 | 0 | AA | 64 | 55 |
| Octal | 260 | 377 | 362 | 37 | 0 | 5 | 0 | 252 | 144 | 125 |
| Binary | 10110000 | 11111111 | 11110010 | 11111 | 0 | 101 | 0 | 10101010 | 1100100 | 1010101 |
Color Harmonies of #B0FFF2
Complementary color
Monochromatic Colors of #B0FFF2
Black with #B0FFF2
Text Example
Text Example
White with #B0FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFF2; }
p { color: rgb(176,255,242); }
H1.HeaderClassName
{
color: #B0FFF2;
}
.AnyTagClassName
{
color: #B0FFF2;
}
</style>
background-color css
<style>
a { background-color: #B0FFF2; }
a { background-color: rgb(176,255,242); }
div.DivClassName
{
background-color: #B0FFF2;
}
.BgClassName
{
background-color: #B0FFF2;
}
</style>
border-color css
<style>
span { border-color: #B0FFF2; }
span { border-color: rgb(176,255,242); }
td.TdClassName
{
border-color: #B0FFF2;
}
.TagClassName
{
border-color: #B0FFF2;
}
</style>