Shades of Pale Turquoise #B2F1EC
Tints of Pale Turquoise #B2F1EC
RGB
CMYK
RGB Variations
Color information
#B2F1EC (or 0xB2F1EC) is known color: Pale Turquoise. HEX triplet: B2, F1 and EC. RGB value is (178,241,236). Sum of RGB (Red+Green+Blue) = 178+241+236=655 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.18% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F1EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F1EC is #4D0E13. Grayscale: #DDDDDD. Windows color (decimal): -5049876 or 15528370. OLE color: 15528370.
HSL color Cylindrical-coordinate representation of color #B2F1EC: hue angle of 175.24º 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 #B2F1EC is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 236 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.05 |
| HSL | 175.24º | 0.69% | 0.82% | - |
| HSV(B) | 175.24º | 0.26% | 0.95% | - |
| XYZ | 64.96 | 78.43 | 91.07 | - |
| YUV | 221.59 | 136.13 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 236 | 0.26 | 0 | 0.02 | 0.05 | 175.24 | 0.69 | 0.82 |
| Hex | B2 | F1 | EC | 1A | 0 | 2 | 5 | AF | 45 | 52 |
| Octal | 262 | 361 | 354 | 32 | 0 | 2 | 5 | 257 | 105 | 122 |
| Binary | 10110010 | 11110001 | 11101100 | 11010 | 0 | 10 | 101 | 10101111 | 1000101 | 1010010 |
Color Harmonies of #B2F1EC
Complementary color
Monochromatic Colors of #B2F1EC
Black with #B2F1EC
Text Example
Text Example
White with #B2F1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F1EC; }
p { color: rgb(178,241,236); }
H1.HeaderClassName
{
color: #B2F1EC;
}
.AnyTagClassName
{
color: #B2F1EC;
}
</style>
background-color css
<style>
a { background-color: #B2F1EC; }
a { background-color: rgb(178,241,236); }
div.DivClassName
{
background-color: #B2F1EC;
}
.BgClassName
{
background-color: #B2F1EC;
}
</style>
border-color css
<style>
span { border-color: #B2F1EC; }
span { border-color: rgb(178,241,236); }
td.TdClassName
{
border-color: #B2F1EC;
}
.TagClassName
{
border-color: #B2F1EC;
}
</style>