Shades of Pale Turquoise #B0F2F5
Tints of Pale Turquoise #B0F2F5
RGB
CMYK
RGB Variations
Color information
#B0F2F5 (or 0xB0F2F5) is known color: Pale Turquoise. HEX triplet: B0, F2 and F5. RGB value is (176,242,245). Sum of RGB (Red+Green+Blue) = 176+242+245=663 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.55% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 245 (96.09% from 255 or 36.95% from 663); Max value from RGB is 245 - color contains mainly: blue. Hex color #B0F2F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F2F5 is #4F0D0A. Grayscale: #DEDEDE. Windows color (decimal): -5180683 or 16118448. OLE color: 16118448.
HSL color Cylindrical-coordinate representation of color #B0F2F5: hue angle of 182.61º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F2F5 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 242 | 245 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.04 |
| HSL | 182.61º | 0.78% | 0.83% | - |
| HSV(B) | 182.61º | 0.28% | 0.96% | - |
| XYZ | 66.14 | 79.33 | 98.21 | - |
| YUV | 222.61 | 140.63 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 242 | 245 | 0.28 | 0.01 | 0 | 0.04 | 182.61 | 0.78 | 0.83 |
| Hex | B0 | F2 | F5 | 1C | 1 | 0 | 4 | B7 | 4E | 53 |
| Octal | 260 | 362 | 365 | 34 | 1 | 0 | 4 | 267 | 116 | 123 |
| Binary | 10110000 | 11110010 | 11110101 | 11100 | 1 | 0 | 100 | 10110111 | 1001110 | 1010011 |
Color Harmonies of #B0F2F5
Complementary color
Monochromatic Colors of #B0F2F5
Black with #B0F2F5
Text Example
Text Example
White with #B0F2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F2F5; }
p { color: rgb(176,242,245); }
H1.HeaderClassName
{
color: #B0F2F5;
}
.AnyTagClassName
{
color: #B0F2F5;
}
</style>
background-color css
<style>
a { background-color: #B0F2F5; }
a { background-color: rgb(176,242,245); }
div.DivClassName
{
background-color: #B0F2F5;
}
.BgClassName
{
background-color: #B0F2F5;
}
</style>
border-color css
<style>
span { border-color: #B0F2F5; }
span { border-color: rgb(176,242,245); }
td.TdClassName
{
border-color: #B0F2F5;
}
.TagClassName
{
border-color: #B0F2F5;
}
</style>