Shades of Pale Turquoise #B2EFF9
Tints of Pale Turquoise #B2EFF9
RGB
CMYK
RGB Variations
Color information
#B2EFF9 (or 0xB2EFF9) is known color: Pale Turquoise. HEX triplet: B2, EF and F9. RGB value is (178,239,249). Sum of RGB (Red+Green+Blue) = 178+239+249=666 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.73% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 249 (97.66% from 255 or 37.39% from 666); Max value from RGB is 249 - color contains mainly: blue. Hex color #B2EFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EFF9 is #4D1006. Grayscale: #DDDDDD. Windows color (decimal): -5050375 or 16379826. OLE color: 16379826.
HSL color Cylindrical-coordinate representation of color #B2EFF9: hue angle of 188.45º degrees, saturation: 0.86, 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 #B2EFF9 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 239 | 249 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.02 |
| HSL | 188.45º | 0.86% | 0.84% | - |
| HSV(B) | 188.45º | 0.29% | 0.98% | - |
| XYZ | 66.33 | 78.04 | 101.19 | - |
| YUV | 221.9 | 143.29 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 249 | 0.29 | 0.04 | 0 | 0.02 | 188.45 | 0.86 | 0.84 |
| Hex | B2 | EF | F9 | 1D | 4 | 0 | 2 | BC | 56 | 54 |
| Octal | 262 | 357 | 371 | 35 | 4 | 0 | 2 | 274 | 126 | 124 |
| Binary | 10110010 | 11101111 | 11111001 | 11101 | 100 | 0 | 10 | 10111100 | 1010110 | 1010100 |
Color Harmonies of #B2EFF9
Complementary color
Monochromatic Colors of #B2EFF9
Black with #B2EFF9
Text Example
Text Example
White with #B2EFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EFF9; }
p { color: rgb(178,239,249); }
H1.HeaderClassName
{
color: #B2EFF9;
}
.AnyTagClassName
{
color: #B2EFF9;
}
</style>
background-color css
<style>
a { background-color: #B2EFF9; }
a { background-color: rgb(178,239,249); }
div.DivClassName
{
background-color: #B2EFF9;
}
.BgClassName
{
background-color: #B2EFF9;
}
</style>
border-color css
<style>
span { border-color: #B2EFF9; }
span { border-color: rgb(178,239,249); }
td.TdClassName
{
border-color: #B2EFF9;
}
.TagClassName
{
border-color: #B2EFF9;
}
</style>