Shades of Pale Turquoise #B5E9EF
Tints of Pale Turquoise #B5E9EF
RGB
CMYK
RGB Variations
Color information
#B5E9EF (or 0xB5E9EF) is known color: Pale Turquoise. HEX triplet: B5, E9 and EF. RGB value is (181,233,239). Sum of RGB (Red+Green+Blue) = 181+233+239=653 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.72% from 653); Green value is 233 (91.41% from 255 or 35.68% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5E9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5E9EF is #4A1610. Grayscale: #DADADA. Windows color (decimal): -4855313 or 15722933. OLE color: 15722933.
HSL color Cylindrical-coordinate representation of color #B5E9EF: hue angle of 186.21º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5E9EF is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 181 | 233 | 239 | - |
CMYK | 0.24 | 0.03 | 0 | 0.06 |
HSL | 186.21º | 0.64% | 0.82% | - |
HSV(B) | 186.21º | 0.24% | 0.94% | - |
XYZ | 63.77 | 74.33 | 92.65 | - |
YUV | 218.14 | 139.77 | 101.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 233 | 239 | 0.24 | 0.03 | 0 | 0.06 | 186.21 | 0.64 | 0.82 |
Hex | B5 | E9 | EF | 18 | 3 | 0 | 6 | BA | 40 | 52 |
Octal | 265 | 351 | 357 | 30 | 3 | 0 | 6 | 272 | 100 | 122 |
Binary | 10110101 | 11101001 | 11101111 | 11000 | 11 | 0 | 110 | 10111010 | 1000000 | 1010010 |
Color Harmonies of #B5E9EF
Complementary color
Monochromatic Colors of #B5E9EF
Black with #B5E9EF
Text Example
Text Example
White with #B5E9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E9EF; }
p { color: rgb(181,233,239); }
H1.HeaderClassName
{
color: #B5E9EF;
}
.AnyTagClassName
{
color: #B5E9EF;
}
</style>
background-color css
<style>
a { background-color: #B5E9EF; }
a { background-color: rgb(181,233,239); }
div.DivClassName
{
background-color: #B5E9EF;
}
.BgClassName
{
background-color: #B5E9EF;
}
</style>
border-color css
<style>
span { border-color: #B5E9EF; }
span { border-color: rgb(181,233,239); }
td.TdClassName
{
border-color: #B5E9EF;
}
.TagClassName
{
border-color: #B5E9EF;
}
</style>