Shades of Pale Turquoise #B0F3F1
Tints of Pale Turquoise #B0F3F1
RGB
CMYK
RGB Variations
Color information
#B0F3F1 (or 0xB0F3F1) is known color: Pale Turquoise. HEX triplet: B0, F3 and F1. RGB value is (176,243,241). Sum of RGB (Red+Green+Blue) = 176+243+241=660 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.67% from 660); Green value is 243 (95.31% from 255 or 36.82% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F3F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F3F1 is #4F0C0E. Grayscale: #DEDEDE. Windows color (decimal): -5180431 or 15856560. OLE color: 15856560.
HSL color Cylindrical-coordinate representation of color #B0F3F1: hue angle of 178.21º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F3F1 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 243 | 241 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.05 |
| HSL | 178.21º | 0.74% | 0.82% | - |
| HSV(B) | 178.21º | 0.28% | 0.95% | - |
| XYZ | 65.83 | 79.68 | 95.13 | - |
| YUV | 222.74 | 138.3 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 243 | 241 | 0.28 | 0 | 0.01 | 0.05 | 178.21 | 0.74 | 0.82 |
| Hex | B0 | F3 | F1 | 1C | 0 | 1 | 5 | B2 | 4A | 52 |
| Octal | 260 | 363 | 361 | 34 | 0 | 1 | 5 | 262 | 112 | 122 |
| Binary | 10110000 | 11110011 | 11110001 | 11100 | 0 | 1 | 101 | 10110010 | 1001010 | 1010010 |
Color Harmonies of #B0F3F1
Complementary color
Monochromatic Colors of #B0F3F1
Black with #B0F3F1
Text Example
Text Example
White with #B0F3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F3F1; }
p { color: rgb(176,243,241); }
H1.HeaderClassName
{
color: #B0F3F1;
}
.AnyTagClassName
{
color: #B0F3F1;
}
</style>
background-color css
<style>
a { background-color: #B0F3F1; }
a { background-color: rgb(176,243,241); }
div.DivClassName
{
background-color: #B0F3F1;
}
.BgClassName
{
background-color: #B0F3F1;
}
</style>
border-color css
<style>
span { border-color: #B0F3F1; }
span { border-color: rgb(176,243,241); }
td.TdClassName
{
border-color: #B0F3F1;
}
.TagClassName
{
border-color: #B0F3F1;
}
</style>