Shades of Pale Turquoise #B3EBE8
Tints of Pale Turquoise #B3EBE8
RGB
CMYK
RGB Variations
Color information
#B3EBE8 (or 0xB3EBE8) is known color: Pale Turquoise. HEX triplet: B3, EB and E8. RGB value is (179,235,232). Sum of RGB (Red+Green+Blue) = 179+235+232=646 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.71% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #B3EBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EBE8 is #4C1417. Grayscale: #D9D9D9. Windows color (decimal): -4985880 or 15264691. OLE color: 15264691.
HSL color Cylindrical-coordinate representation of color #B3EBE8: hue angle of 176.79º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EBE8 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 235 | 232 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.08 |
| HSL | 176.79º | 0.58% | 0.81% | - |
| HSV(B) | 176.79º | 0.24% | 0.92% | - |
| XYZ | 62.86 | 74.83 | 87.47 | - |
| YUV | 217.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 235 | 232 | 0.24 | 0 | 0.01 | 0.08 | 176.79 | 0.58 | 0.81 |
| Hex | B3 | EB | E8 | 18 | 0 | 1 | 8 | B1 | 3A | 51 |
| Octal | 263 | 353 | 350 | 30 | 0 | 1 | 10 | 261 | 72 | 121 |
| Binary | 10110011 | 11101011 | 11101000 | 11000 | 0 | 1 | 1000 | 10110001 | 111010 | 1010001 |
Color Harmonies of #B3EBE8
Complementary color
Monochromatic Colors of #B3EBE8
Black with #B3EBE8
Text Example
Text Example
White with #B3EBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EBE8; }
p { color: rgb(179,235,232); }
H1.HeaderClassName
{
color: #B3EBE8;
}
.AnyTagClassName
{
color: #B3EBE8;
}
</style>
background-color css
<style>
a { background-color: #B3EBE8; }
a { background-color: rgb(179,235,232); }
div.DivClassName
{
background-color: #B3EBE8;
}
.BgClassName
{
background-color: #B3EBE8;
}
</style>
border-color css
<style>
span { border-color: #B3EBE8; }
span { border-color: rgb(179,235,232); }
td.TdClassName
{
border-color: #B3EBE8;
}
.TagClassName
{
border-color: #B3EBE8;
}
</style>