Shades of Pale Turquoise #B5F8ED
Tints of Pale Turquoise #B5F8ED
RGB
CMYK
RGB Variations
Color information
#B5F8ED (or 0xB5F8ED) is known color: Pale Turquoise. HEX triplet: B5, F8 and ED. RGB value is (181,248,237). Sum of RGB (Red+Green+Blue) = 181+248+237=666 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.18% from 666); Green value is 248 (97.27% from 255 or 37.24% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F8ED is #4A0712. Grayscale: #E2E2E2. Windows color (decimal): -4851475 or 15595701. OLE color: 15595701.
HSL color Cylindrical-coordinate representation of color #B5F8ED: hue angle of 170.15º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5F8ED is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 181 | 248 | 237 | - |
CMYK | 0.27 | 0 | 0.04 | 0.03 |
HSL | 170.15º | 0.83% | 0.84% | - |
HSV(B) | 170.15º | 0.27% | 0.97% | - |
XYZ | 67.91 | 83.07 | 92.58 | - |
YUV | 226.71 | 133.8 | 95.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 248 | 237 | 0.27 | 0 | 0.04 | 0.03 | 170.15 | 0.83 | 0.84 |
Hex | B5 | F8 | ED | 1B | 0 | 4 | 3 | AA | 53 | 54 |
Octal | 265 | 370 | 355 | 33 | 0 | 4 | 3 | 252 | 123 | 124 |
Binary | 10110101 | 11111000 | 11101101 | 11011 | 0 | 100 | 11 | 10101010 | 1010011 | 1010100 |
Color Harmonies of #B5F8ED
Complementary color
Monochromatic Colors of #B5F8ED
Black with #B5F8ED
Text Example
Text Example
White with #B5F8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F8ED; }
p { color: rgb(181,248,237); }
H1.HeaderClassName
{
color: #B5F8ED;
}
.AnyTagClassName
{
color: #B5F8ED;
}
</style>
background-color css
<style>
a { background-color: #B5F8ED; }
a { background-color: rgb(181,248,237); }
div.DivClassName
{
background-color: #B5F8ED;
}
.BgClassName
{
background-color: #B5F8ED;
}
</style>
border-color css
<style>
span { border-color: #B5F8ED; }
span { border-color: rgb(181,248,237); }
td.TdClassName
{
border-color: #B5F8ED;
}
.TagClassName
{
border-color: #B5F8ED;
}
</style>