Shades of Pale Turquoise #B2EEEB
Tints of Pale Turquoise #B2EEEB
RGB
CMYK
RGB Variations
Color information
#B2EEEB (or 0xB2EEEB) is known color: Pale Turquoise. HEX triplet: B2, EE and EB. RGB value is (178,238,235). Sum of RGB (Red+Green+Blue) = 178+238+235=651 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.34% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EEEB is #4D1114. Grayscale: #DBDBDB. Windows color (decimal): -5050645 or 15462066. OLE color: 15462066.
HSL color Cylindrical-coordinate representation of color #B2EEEB: hue angle of 177º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EEEB is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 235 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.07 |
| HSL | 177º | 0.64% | 0.82% | - |
| HSV(B) | 177º | 0.25% | 0.93% | - |
| XYZ | 63.93 | 76.61 | 90.02 | - |
| YUV | 219.72 | 136.62 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 235 | 0.25 | 0 | 0.01 | 0.07 | 177 | 0.64 | 0.82 |
| Hex | B2 | EE | EB | 19 | 0 | 1 | 7 | B1 | 40 | 52 |
| Octal | 262 | 356 | 353 | 31 | 0 | 1 | 7 | 261 | 100 | 122 |
| Binary | 10110010 | 11101110 | 11101011 | 11001 | 0 | 1 | 111 | 10110001 | 1000000 | 1010010 |
Color Harmonies of #B2EEEB
Complementary color
Monochromatic Colors of #B2EEEB
Black with #B2EEEB
Text Example
Text Example
White with #B2EEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EEEB; }
p { color: rgb(178,238,235); }
H1.HeaderClassName
{
color: #B2EEEB;
}
.AnyTagClassName
{
color: #B2EEEB;
}
</style>
background-color css
<style>
a { background-color: #B2EEEB; }
a { background-color: rgb(178,238,235); }
div.DivClassName
{
background-color: #B2EEEB;
}
.BgClassName
{
background-color: #B2EEEB;
}
</style>
border-color css
<style>
span { border-color: #B2EEEB; }
span { border-color: rgb(178,238,235); }
td.TdClassName
{
border-color: #B2EEEB;
}
.TagClassName
{
border-color: #B2EEEB;
}
</style>