Shades of Pale Turquoise #B5EBE8
Tints of Pale Turquoise #B5EBE8
RGB
CMYK
RGB Variations
Color information
#B5EBE8 (or 0xB5EBE8) is known color: Pale Turquoise. HEX triplet: B5, EB and E8. RGB value is (181,235,232). Sum of RGB (Red+Green+Blue) = 181+235+232=648 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.93% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EBE8 is #4A1417. Grayscale: #DADADA. Windows color (decimal): -4854808 or 15264693. OLE color: 15264693.
HSL color Cylindrical-coordinate representation of color #B5EBE8: hue angle of 176.67º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5EBE8 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
RGB | 181 | 235 | 232 | - |
CMYK | 0.23 | 0 | 0.01 | 0.08 |
HSL | 176.67º | 0.57% | 0.82% | - |
HSV(B) | 176.67º | 0.23% | 0.92% | - |
XYZ | 63.33 | 75.07 | 87.5 | - |
YUV | 218.51 | 135.61 | 101.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 235 | 232 | 0.23 | 0 | 0.01 | 0.08 | 176.67 | 0.57 | 0.82 |
Hex | B5 | EB | E8 | 17 | 0 | 1 | 8 | B1 | 39 | 52 |
Octal | 265 | 353 | 350 | 27 | 0 | 1 | 10 | 261 | 71 | 122 |
Binary | 10110101 | 11101011 | 11101000 | 10111 | 0 | 1 | 1000 | 10110001 | 111001 | 1010010 |
Color Harmonies of #B5EBE8
Complementary color
Monochromatic Colors of #B5EBE8
Black with #B5EBE8
Text Example
Text Example
White with #B5EBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EBE8; }
p { color: rgb(181,235,232); }
H1.HeaderClassName
{
color: #B5EBE8;
}
.AnyTagClassName
{
color: #B5EBE8;
}
</style>
background-color css
<style>
a { background-color: #B5EBE8; }
a { background-color: rgb(181,235,232); }
div.DivClassName
{
background-color: #B5EBE8;
}
.BgClassName
{
background-color: #B5EBE8;
}
</style>
border-color css
<style>
span { border-color: #B5EBE8; }
span { border-color: rgb(181,235,232); }
td.TdClassName
{
border-color: #B5EBE8;
}
.TagClassName
{
border-color: #B5EBE8;
}
</style>