Shades of Pale Turquoise #B5E6E5
Tints of Pale Turquoise #B5E6E5
RGB
CMYK
RGB Variations
Color information
#B5E6E5 (or 0xB5E6E5) is known color: Pale Turquoise. HEX triplet: B5, E6 and E5. RGB value is (181,230,229). Sum of RGB (Red+Green+Blue) = 181+230+229=640 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.28% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 230 - color contains mainly: green. Hex color #B5E6E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E6E5 is #4A191A. Grayscale: #D7D7D7. Windows color (decimal): -4856091 or 15066805. OLE color: 15066805.
HSL color Cylindrical-coordinate representation of color #B5E6E5: hue angle of 178.78º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5E6E5 is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 230 | 229 | - |
| CMYK | 0.21 | 0 | 0.00 | 0.10 |
| HSL | 178.78º | 0.49% | 0.81% | - |
| HSV(B) | 178.78º | 0.21% | 0.9% | - |
| XYZ | 61.5 | 72.07 | 84.8 | - |
| YUV | 215.24 | 135.77 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 230 | 229 | 0.21 | 0 | 0.00 | 0.10 | 178.78 | 0.49 | 0.81 |
| Hex | B5 | E6 | E5 | 15 | 0 | 0 | A | B3 | 31 | 51 |
| Octal | 265 | 346 | 345 | 25 | 0 | 0 | 12 | 263 | 61 | 121 |
| Binary | 10110101 | 11100110 | 11100101 | 10101 | 0 | 0 | 1010 | 10110011 | 110001 | 1010001 |
Color Harmonies of #B5E6E5
Complementary color
Monochromatic Colors of #B5E6E5
Black with #B5E6E5
Text Example
Text Example
White with #B5E6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E6E5; }
p { color: rgb(181,230,229); }
H1.HeaderClassName
{
color: #B5E6E5;
}
.AnyTagClassName
{
color: #B5E6E5;
}
</style>
background-color css
<style>
a { background-color: #B5E6E5; }
a { background-color: rgb(181,230,229); }
div.DivClassName
{
background-color: #B5E6E5;
}
.BgClassName
{
background-color: #B5E6E5;
}
</style>
border-color css
<style>
span { border-color: #B5E6E5; }
span { border-color: rgb(181,230,229); }
td.TdClassName
{
border-color: #B5E6E5;
}
.TagClassName
{
border-color: #B5E6E5;
}
</style>