Shades of Pale Turquoise #B2FAEC
Tints of Pale Turquoise #B2FAEC
RGB
CMYK
RGB Variations
Color information
#B2FAEC (or 0xB2FAEC) is known color: Pale Turquoise. HEX triplet: B2, FA and EC. RGB value is (178,250,236). Sum of RGB (Red+Green+Blue) = 178+250+236=664 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.81% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FAEC is #4D0513. Grayscale: #E2E2E2. Windows color (decimal): -5047572 or 15530674. OLE color: 15530674.
HSL color Cylindrical-coordinate representation of color #B2FAEC: hue angle of 168.33º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FAEC is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 236 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.02 |
| HSL | 168.33º | 0.88% | 0.84% | - |
| HSV(B) | 168.33º | 0.29% | 0.98% | - |
| XYZ | 67.69 | 83.89 | 91.98 | - |
| YUV | 226.88 | 133.15 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 236 | 0.29 | 0 | 0.06 | 0.02 | 168.33 | 0.88 | 0.84 |
| Hex | B2 | FA | EC | 1D | 0 | 6 | 2 | A8 | 58 | 54 |
| Octal | 262 | 372 | 354 | 35 | 0 | 6 | 2 | 250 | 130 | 124 |
| Binary | 10110010 | 11111010 | 11101100 | 11101 | 0 | 110 | 10 | 10101000 | 1011000 | 1010100 |
Color Harmonies of #B2FAEC
Complementary color
Monochromatic Colors of #B2FAEC
Black with #B2FAEC
Text Example
Text Example
White with #B2FAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FAEC; }
p { color: rgb(178,250,236); }
H1.HeaderClassName
{
color: #B2FAEC;
}
.AnyTagClassName
{
color: #B2FAEC;
}
</style>
background-color css
<style>
a { background-color: #B2FAEC; }
a { background-color: rgb(178,250,236); }
div.DivClassName
{
background-color: #B2FAEC;
}
.BgClassName
{
background-color: #B2FAEC;
}
</style>
border-color css
<style>
span { border-color: #B2FAEC; }
span { border-color: rgb(178,250,236); }
td.TdClassName
{
border-color: #B2FAEC;
}
.TagClassName
{
border-color: #B2FAEC;
}
</style>