Shades of Pale Turquoise #B5EBED
Tints of Pale Turquoise #B5EBED
RGB
CMYK
RGB Variations
Color information
#B5EBED (or 0xB5EBED) is known color: Pale Turquoise. HEX triplet: B5, EB and ED. RGB value is (181,235,237). Sum of RGB (Red+Green+Blue) = 181+235+237=653 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.72% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5EBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EBED is #4A1412. Grayscale: #DBDBDB. Windows color (decimal): -4854803 or 15592373. OLE color: 15592373.
HSL color Cylindrical-coordinate representation of color #B5EBED: hue angle of 182.14º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EBED is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 235 | 237 | - |
CMYK | 0.24 | 0.01 | 0 | 0.07 |
HSL | 182.14º | 0.61% | 0.82% | - |
HSV(B) | 182.14º | 0.24% | 0.93% | - |
XYZ | 64.05 | 75.35 | 91.29 | - |
YUV | 219.08 | 138.11 | 100.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 235 | 237 | 0.24 | 0.01 | 0 | 0.07 | 182.14 | 0.61 | 0.82 |
Hex | B5 | EB | ED | 18 | 1 | 0 | 7 | B6 | 3D | 52 |
Octal | 265 | 353 | 355 | 30 | 1 | 0 | 7 | 266 | 75 | 122 |
Binary | 10110101 | 11101011 | 11101101 | 11000 | 1 | 0 | 111 | 10110110 | 111101 | 1010010 |
Color Harmonies of #B5EBED
Complementary color
Monochromatic Colors of #B5EBED
Black with #B5EBED
Text Example
Text Example
White with #B5EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EBED; }
p { color: rgb(181,235,237); }
H1.HeaderClassName
{
color: #B5EBED;
}
.AnyTagClassName
{
color: #B5EBED;
}
</style>
background-color css
<style>
a { background-color: #B5EBED; }
a { background-color: rgb(181,235,237); }
div.DivClassName
{
background-color: #B5EBED;
}
.BgClassName
{
background-color: #B5EBED;
}
</style>
border-color css
<style>
span { border-color: #B5EBED; }
span { border-color: rgb(181,235,237); }
td.TdClassName
{
border-color: #B5EBED;
}
.TagClassName
{
border-color: #B5EBED;
}
</style>