Shades of Pale Turquoise #B2E9F1
Tints of Pale Turquoise #B2E9F1
RGB
CMYK
RGB Variations
Color information
#B2E9F1 (or 0xB2E9F1) is known color: Pale Turquoise. HEX triplet: B2, E9 and F1. RGB value is (178,233,241). Sum of RGB (Red+Green+Blue) = 178+233+241=652 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.30% from 652); Green value is 233 (91.41% from 255 or 35.74% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #B2E9F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2E9F1 is #4D160E. Grayscale: #D9D9D9. Windows color (decimal): -5051919 or 15854002. OLE color: 15854002.
HSL color Cylindrical-coordinate representation of color #B2E9F1: hue angle of 187.62º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2E9F1 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 233 | 241 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.05 |
| HSL | 187.62º | 0.69% | 0.82% | - |
| HSV(B) | 187.62º | 0.26% | 0.95% | - |
| XYZ | 63.38 | 74.09 | 94.18 | - |
| YUV | 217.47 | 141.28 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 233 | 241 | 0.26 | 0.03 | 0 | 0.05 | 187.62 | 0.69 | 0.82 |
| Hex | B2 | E9 | F1 | 1A | 3 | 0 | 5 | BC | 45 | 52 |
| Octal | 262 | 351 | 361 | 32 | 3 | 0 | 5 | 274 | 105 | 122 |
| Binary | 10110010 | 11101001 | 11110001 | 11010 | 11 | 0 | 101 | 10111100 | 1000101 | 1010010 |
Color Harmonies of #B2E9F1
Complementary color
Monochromatic Colors of #B2E9F1
Black with #B2E9F1
Text Example
Text Example
White with #B2E9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E9F1; }
p { color: rgb(178,233,241); }
H1.HeaderClassName
{
color: #B2E9F1;
}
.AnyTagClassName
{
color: #B2E9F1;
}
</style>
background-color css
<style>
a { background-color: #B2E9F1; }
a { background-color: rgb(178,233,241); }
div.DivClassName
{
background-color: #B2E9F1;
}
.BgClassName
{
background-color: #B2E9F1;
}
</style>
border-color css
<style>
span { border-color: #B2E9F1; }
span { border-color: rgb(178,233,241); }
td.TdClassName
{
border-color: #B2E9F1;
}
.TagClassName
{
border-color: #B2E9F1;
}
</style>