Shades of Pale Turquoise #B2F2EF
Tints of Pale Turquoise #B2F2EF
RGB
CMYK
RGB Variations
Color information
#B2F2EF (or 0xB2F2EF) is known color: Pale Turquoise. HEX triplet: B2, F2 and EF. RGB value is (178,242,239). Sum of RGB (Red+Green+Blue) = 178+242+239=659 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.01% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F2EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F2EF is #4D0D10. Grayscale: #DEDEDE. Windows color (decimal): -5049617 or 15725234. OLE color: 15725234.
HSL color Cylindrical-coordinate representation of color #B2F2EF: hue angle of 177.19º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2F2EF is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 242 | 239 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.05 |
| HSL | 177.19º | 0.71% | 0.82% | - |
| HSV(B) | 177.19º | 0.26% | 0.95% | - |
| XYZ | 65.69 | 79.2 | 93.49 | - |
| YUV | 222.52 | 137.3 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 242 | 239 | 0.26 | 0 | 0.01 | 0.05 | 177.19 | 0.71 | 0.82 |
| Hex | B2 | F2 | EF | 1A | 0 | 1 | 5 | B1 | 47 | 52 |
| Octal | 262 | 362 | 357 | 32 | 0 | 1 | 5 | 261 | 107 | 122 |
| Binary | 10110010 | 11110010 | 11101111 | 11010 | 0 | 1 | 101 | 10110001 | 1000111 | 1010010 |
Color Harmonies of #B2F2EF
Complementary color
Monochromatic Colors of #B2F2EF
Black with #B2F2EF
Text Example
Text Example
White with #B2F2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F2EF; }
p { color: rgb(178,242,239); }
H1.HeaderClassName
{
color: #B2F2EF;
}
.AnyTagClassName
{
color: #B2F2EF;
}
</style>
background-color css
<style>
a { background-color: #B2F2EF; }
a { background-color: rgb(178,242,239); }
div.DivClassName
{
background-color: #B2F2EF;
}
.BgClassName
{
background-color: #B2F2EF;
}
</style>
border-color css
<style>
span { border-color: #B2F2EF; }
span { border-color: rgb(178,242,239); }
td.TdClassName
{
border-color: #B2F2EF;
}
.TagClassName
{
border-color: #B2F2EF;
}
</style>