Shades of Pale Turquoise #B2EAEC
Tints of Pale Turquoise #B2EAEC
RGB
CMYK
RGB Variations
Color information
#B2EAEC (or 0xB2EAEC) is known color: Pale Turquoise. HEX triplet: B2, EA and EC. RGB value is (178,234,236). Sum of RGB (Red+Green+Blue) = 178+234+236=648 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.47% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2EAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EAEC is #4D1513. Grayscale: #D9D9D9. Windows color (decimal): -5051668 or 15526578. OLE color: 15526578.
HSL color Cylindrical-coordinate representation of color #B2EAEC: hue angle of 182.07º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EAEC is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 234 | 236 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.07 |
| HSL | 182.07º | 0.6% | 0.81% | - |
| HSV(B) | 182.07º | 0.25% | 0.93% | - |
| XYZ | 62.92 | 74.37 | 90.39 | - |
| YUV | 217.48 | 138.45 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 234 | 236 | 0.25 | 0.01 | 0 | 0.07 | 182.07 | 0.6 | 0.81 |
| Hex | B2 | EA | EC | 19 | 1 | 0 | 7 | B6 | 3C | 51 |
| Octal | 262 | 352 | 354 | 31 | 1 | 0 | 7 | 266 | 74 | 121 |
| Binary | 10110010 | 11101010 | 11101100 | 11001 | 1 | 0 | 111 | 10110110 | 111100 | 1010001 |
Color Harmonies of #B2EAEC
Complementary color
Monochromatic Colors of #B2EAEC
Black with #B2EAEC
Text Example
Text Example
White with #B2EAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EAEC; }
p { color: rgb(178,234,236); }
H1.HeaderClassName
{
color: #B2EAEC;
}
.AnyTagClassName
{
color: #B2EAEC;
}
</style>
background-color css
<style>
a { background-color: #B2EAEC; }
a { background-color: rgb(178,234,236); }
div.DivClassName
{
background-color: #B2EAEC;
}
.BgClassName
{
background-color: #B2EAEC;
}
</style>
border-color css
<style>
span { border-color: #B2EAEC; }
span { border-color: rgb(178,234,236); }
td.TdClassName
{
border-color: #B2EAEC;
}
.TagClassName
{
border-color: #B2EAEC;
}
</style>