Shades of Pale Turquoise #B2EBED
Tints of Pale Turquoise #B2EBED
RGB
CMYK
RGB Variations
Color information
#B2EBED (or 0xB2EBED) is known color: Pale Turquoise. HEX triplet: B2, EB and ED. RGB value is (178,235,237). Sum of RGB (Red+Green+Blue) = 178+235+237=650 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.38% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2EBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EBED is #4D1412. Grayscale: #DADADA. Windows color (decimal): -5051411 or 15592370. OLE color: 15592370.
HSL color Cylindrical-coordinate representation of color #B2EBED: hue angle of 182.03º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EBED is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 235 | 237 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.07 |
| HSL | 182.03º | 0.62% | 0.81% | - |
| HSV(B) | 182.03º | 0.25% | 0.93% | - |
| XYZ | 63.35 | 75 | 91.26 | - |
| YUV | 218.19 | 138.62 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 235 | 237 | 0.25 | 0.01 | 0 | 0.07 | 182.03 | 0.62 | 0.81 |
| Hex | B2 | EB | ED | 19 | 1 | 0 | 7 | B6 | 3E | 51 |
| Octal | 262 | 353 | 355 | 31 | 1 | 0 | 7 | 266 | 76 | 121 |
| Binary | 10110010 | 11101011 | 11101101 | 11001 | 1 | 0 | 111 | 10110110 | 111110 | 1010001 |
Color Harmonies of #B2EBED
Complementary color
Monochromatic Colors of #B2EBED
Black with #B2EBED
Text Example
Text Example
White with #B2EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EBED; }
p { color: rgb(178,235,237); }
H1.HeaderClassName
{
color: #B2EBED;
}
.AnyTagClassName
{
color: #B2EBED;
}
</style>
background-color css
<style>
a { background-color: #B2EBED; }
a { background-color: rgb(178,235,237); }
div.DivClassName
{
background-color: #B2EBED;
}
.BgClassName
{
background-color: #B2EBED;
}
</style>
border-color css
<style>
span { border-color: #B2EBED; }
span { border-color: rgb(178,235,237); }
td.TdClassName
{
border-color: #B2EBED;
}
.TagClassName
{
border-color: #B2EBED;
}
</style>