Shades of Pale Turquoise #B5F9ED
Tints of Pale Turquoise #B5F9ED
RGB
CMYK
RGB Variations
Color information
#B5F9ED (or 0xB5F9ED) is known color: Pale Turquoise. HEX triplet: B5, F9 and ED. RGB value is (181,249,237). Sum of RGB (Red+Green+Blue) = 181+249+237=667 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.14% from 667); Green value is 249 (97.66% from 255 or 37.33% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 249 - color contains mainly: green. Hex color #B5F9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F9ED is #4A0612. Grayscale: #E3E3E3. Windows color (decimal): -4851219 or 15595957. OLE color: 15595957.
HSL color Cylindrical-coordinate representation of color #B5F9ED: hue angle of 169.41º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5F9ED is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 181 | 249 | 237 | - |
CMYK | 0.27 | 0 | 0.05 | 0.02 |
HSL | 169.41º | 0.85% | 0.84% | - |
HSV(B) | 169.41º | 0.27% | 0.98% | - |
XYZ | 68.22 | 83.69 | 92.68 | - |
YUV | 227.3 | 133.47 | 94.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 249 | 237 | 0.27 | 0 | 0.05 | 0.02 | 169.41 | 0.85 | 0.84 |
Hex | B5 | F9 | ED | 1B | 0 | 5 | 2 | A9 | 55 | 54 |
Octal | 265 | 371 | 355 | 33 | 0 | 5 | 2 | 251 | 125 | 124 |
Binary | 10110101 | 11111001 | 11101101 | 11011 | 0 | 101 | 10 | 10101001 | 1010101 | 1010100 |
Color Harmonies of #B5F9ED
Complementary color
Monochromatic Colors of #B5F9ED
Black with #B5F9ED
Text Example
Text Example
White with #B5F9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F9ED; }
p { color: rgb(181,249,237); }
H1.HeaderClassName
{
color: #B5F9ED;
}
.AnyTagClassName
{
color: #B5F9ED;
}
</style>
background-color css
<style>
a { background-color: #B5F9ED; }
a { background-color: rgb(181,249,237); }
div.DivClassName
{
background-color: #B5F9ED;
}
.BgClassName
{
background-color: #B5F9ED;
}
</style>
border-color css
<style>
span { border-color: #B5F9ED; }
span { border-color: rgb(181,249,237); }
td.TdClassName
{
border-color: #B5F9ED;
}
.TagClassName
{
border-color: #B5F9ED;
}
</style>