Shades of Pale Turquoise #B2EFFF
Tints of Pale Turquoise #B2EFFF
RGB
CMYK
RGB Variations
Color information
#B2EFFF (or 0xB2EFFF) is known color: Pale Turquoise. HEX triplet: B2, EF and FF. RGB value is (178,239,255). Sum of RGB (Red+Green+Blue) = 178+239+255=672 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.49% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EFFF is #4D1000. Grayscale: #DEDEDE. Windows color (decimal): -5050369 or 16773042. OLE color: 16773042.
HSL color Cylindrical-coordinate representation of color #B2EFFF: hue angle of 192.47º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2EFFF is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 239 | 255 | - |
| CMYK | 0.30 | 0.06 | 0 | 0 |
| HSL | 192.47º | 1% | 0.85% | - |
| HSV(B) | 192.47º | 0.3% | 1% | - |
| XYZ | 67.28 | 78.42 | 106.2 | - |
| YUV | 222.59 | 146.29 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 255 | 0.30 | 0.06 | 0 | 0 | 192.47 | 1 | 0.85 |
| Hex | B2 | EF | FF | 1E | 6 | 0 | 0 | C0 | 64 | 55 |
| Octal | 262 | 357 | 377 | 36 | 6 | 0 | 0 | 300 | 144 | 125 |
| Binary | 10110010 | 11101111 | 11111111 | 11110 | 110 | 0 | 0 | 11000000 | 1100100 | 1010101 |
Color Harmonies of #B2EFFF
Complementary color
Monochromatic Colors of #B2EFFF
Black with #B2EFFF
Text Example
Text Example
White with #B2EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EFFF; }
p { color: rgb(178,239,255); }
H1.HeaderClassName
{
color: #B2EFFF;
}
.AnyTagClassName
{
color: #B2EFFF;
}
</style>
background-color css
<style>
a { background-color: #B2EFFF; }
a { background-color: rgb(178,239,255); }
div.DivClassName
{
background-color: #B2EFFF;
}
.BgClassName
{
background-color: #B2EFFF;
}
</style>
border-color css
<style>
span { border-color: #B2EFFF; }
span { border-color: rgb(178,239,255); }
td.TdClassName
{
border-color: #B2EFFF;
}
.TagClassName
{
border-color: #B2EFFF;
}
</style>