Shades of Pale Turquoise #B2EEFE
Tints of Pale Turquoise #B2EEFE
RGB
CMYK
RGB Variations
Color information
#B2EEFE (or 0xB2EEFE) is known color: Pale Turquoise. HEX triplet: B2, EE and FE. RGB value is (178,238,254). Sum of RGB (Red+Green+Blue) = 178+238+254=670 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.57% from 670); Green value is 238 (93.36% from 255 or 35.52% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2EEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EEFE is #4D1101. Grayscale: #DDDDDD. Windows color (decimal): -5050626 or 16707250. OLE color: 16707250.
HSL color Cylindrical-coordinate representation of color #B2EEFE: hue angle of 192.63º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2EEFE is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 238 | 254 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.00 |
| HSL | 192.63º | 0.97% | 0.85% | - |
| HSV(B) | 192.63º | 0.3% | 1% | - |
| XYZ | 66.82 | 77.77 | 105.26 | - |
| YUV | 221.88 | 146.12 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 254 | 0.30 | 0.06 | 0 | 0.00 | 192.63 | 0.97 | 0.85 |
| Hex | B2 | EE | FE | 1E | 6 | 0 | 0 | C1 | 61 | 55 |
| Octal | 262 | 356 | 376 | 36 | 6 | 0 | 0 | 301 | 141 | 125 |
| Binary | 10110010 | 11101110 | 11111110 | 11110 | 110 | 0 | 0 | 11000001 | 1100001 | 1010101 |
Color Harmonies of #B2EEFE
Complementary color
Monochromatic Colors of #B2EEFE
Black with #B2EEFE
Text Example
Text Example
White with #B2EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EEFE; }
p { color: rgb(178,238,254); }
H1.HeaderClassName
{
color: #B2EEFE;
}
.AnyTagClassName
{
color: #B2EEFE;
}
</style>
background-color css
<style>
a { background-color: #B2EEFE; }
a { background-color: rgb(178,238,254); }
div.DivClassName
{
background-color: #B2EEFE;
}
.BgClassName
{
background-color: #B2EEFE;
}
</style>
border-color css
<style>
span { border-color: #B2EEFE; }
span { border-color: rgb(178,238,254); }
td.TdClassName
{
border-color: #B2EEFE;
}
.TagClassName
{
border-color: #B2EEFE;
}
</style>