Shades of Pale Turquoise #B3EBEA
Tints of Pale Turquoise #B3EBEA
RGB
CMYK
RGB Variations
Color information
#B3EBEA (or 0xB3EBEA) is known color: Pale Turquoise. HEX triplet: B3, EB and EA. RGB value is (179,235,234). Sum of RGB (Red+Green+Blue) = 179+235+234=648 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.62% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #B3EBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EBEA is #4C1415. Grayscale: #DADADA. Windows color (decimal): -4985878 or 15395763. OLE color: 15395763.
HSL color Cylindrical-coordinate representation of color #B3EBEA: hue angle of 178.93º 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 #B3EBEA is Cyan = 0.24, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 235 | 234 | - |
| CMYK | 0.24 | 0 | 0.00 | 0.08 |
| HSL | 178.93º | 0.58% | 0.81% | - |
| HSV(B) | 178.93º | 0.24% | 0.92% | - |
| XYZ | 63.15 | 74.94 | 88.98 | - |
| YUV | 218.14 | 136.95 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 235 | 234 | 0.24 | 0 | 0.00 | 0.08 | 178.93 | 0.58 | 0.81 |
| Hex | B3 | EB | EA | 18 | 0 | 0 | 8 | B3 | 3A | 51 |
| Octal | 263 | 353 | 352 | 30 | 0 | 0 | 10 | 263 | 72 | 121 |
| Binary | 10110011 | 11101011 | 11101010 | 11000 | 0 | 0 | 1000 | 10110011 | 111010 | 1010001 |
Color Harmonies of #B3EBEA
Complementary color
Monochromatic Colors of #B3EBEA
Black with #B3EBEA
Text Example
Text Example
White with #B3EBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EBEA; }
p { color: rgb(179,235,234); }
H1.HeaderClassName
{
color: #B3EBEA;
}
.AnyTagClassName
{
color: #B3EBEA;
}
</style>
background-color css
<style>
a { background-color: #B3EBEA; }
a { background-color: rgb(179,235,234); }
div.DivClassName
{
background-color: #B3EBEA;
}
.BgClassName
{
background-color: #B3EBEA;
}
</style>
border-color css
<style>
span { border-color: #B3EBEA; }
span { border-color: rgb(179,235,234); }
td.TdClassName
{
border-color: #B3EBEA;
}
.TagClassName
{
border-color: #B3EBEA;
}
</style>