Shades of Pale Turquoise #B5E7E5
Tints of Pale Turquoise #B5E7E5
RGB
CMYK
RGB Variations
Color information
#B5E7E5 (or 0xB5E7E5) is known color: Pale Turquoise. HEX triplet: B5, E7 and E5. RGB value is (181,231,229). Sum of RGB (Red+Green+Blue) = 181+231+229=641 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.24% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E7E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E7E5 is #4A181A. Grayscale: #D7D7D7. Windows color (decimal): -4855835 or 15067061. OLE color: 15067061.
HSL color Cylindrical-coordinate representation of color #B5E7E5: hue angle of 177.6º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5E7E5 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
RGB | 181 | 231 | 229 | - |
CMYK | 0.22 | 0 | 0.01 | 0.09 |
HSL | 177.6º | 0.51% | 0.81% | - |
HSV(B) | 177.6º | 0.22% | 0.91% | - |
XYZ | 61.77 | 72.63 | 84.89 | - |
YUV | 215.82 | 135.44 | 103.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 231 | 229 | 0.22 | 0 | 0.01 | 0.09 | 177.6 | 0.51 | 0.81 |
Hex | B5 | E7 | E5 | 16 | 0 | 1 | 9 | B2 | 33 | 51 |
Octal | 265 | 347 | 345 | 26 | 0 | 1 | 11 | 262 | 63 | 121 |
Binary | 10110101 | 11100111 | 11100101 | 10110 | 0 | 1 | 1001 | 10110010 | 110011 | 1010001 |
Color Harmonies of #B5E7E5
Complementary color
Monochromatic Colors of #B5E7E5
Black with #B5E7E5
Text Example
Text Example
White with #B5E7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E7E5; }
p { color: rgb(181,231,229); }
H1.HeaderClassName
{
color: #B5E7E5;
}
.AnyTagClassName
{
color: #B5E7E5;
}
</style>
background-color css
<style>
a { background-color: #B5E7E5; }
a { background-color: rgb(181,231,229); }
div.DivClassName
{
background-color: #B5E7E5;
}
.BgClassName
{
background-color: #B5E7E5;
}
</style>
border-color css
<style>
span { border-color: #B5E7E5; }
span { border-color: rgb(181,231,229); }
td.TdClassName
{
border-color: #B5E7E5;
}
.TagClassName
{
border-color: #B5E7E5;
}
</style>