Shades of Pale Turquoise #B2ECFD
Tints of Pale Turquoise #B2ECFD
RGB
CMYK
RGB Variations
Color information
#B2ECFD (or 0xB2ECFD) is known color: Pale Turquoise. HEX triplet: B2, EC and FD. RGB value is (178,236,253). Sum of RGB (Red+Green+Blue) = 178+236+253=667 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.69% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2ECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2ECFD is #4D1302. Grayscale: #DCDCDC. Windows color (decimal): -5051139 or 16641202. OLE color: 16641202.
HSL color Cylindrical-coordinate representation of color #B2ECFD: hue angle of 193.6º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2ECFD is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 236 | 253 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.01 |
| HSL | 193.6º | 0.95% | 0.85% | - |
| HSV(B) | 193.6º | 0.3% | 0.99% | - |
| XYZ | 66.09 | 76.55 | 104.22 | - |
| YUV | 220.6 | 146.28 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 253 | 0.30 | 0.07 | 0 | 0.01 | 193.6 | 0.95 | 0.85 |
| Hex | B2 | EC | FD | 1E | 7 | 0 | 1 | C2 | 5F | 55 |
| Octal | 262 | 354 | 375 | 36 | 7 | 0 | 1 | 302 | 137 | 125 |
| Binary | 10110010 | 11101100 | 11111101 | 11110 | 111 | 0 | 1 | 11000010 | 1011111 | 1010101 |
Color Harmonies of #B2ECFD
Complementary color
Monochromatic Colors of #B2ECFD
Black with #B2ECFD
Text Example
Text Example
White with #B2ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ECFD; }
p { color: rgb(178,236,253); }
H1.HeaderClassName
{
color: #B2ECFD;
}
.AnyTagClassName
{
color: #B2ECFD;
}
</style>
background-color css
<style>
a { background-color: #B2ECFD; }
a { background-color: rgb(178,236,253); }
div.DivClassName
{
background-color: #B2ECFD;
}
.BgClassName
{
background-color: #B2ECFD;
}
</style>
border-color css
<style>
span { border-color: #B2ECFD; }
span { border-color: rgb(178,236,253); }
td.TdClassName
{
border-color: #B2ECFD;
}
.TagClassName
{
border-color: #B2ECFD;
}
</style>