Shades of Pale Turquoise #B5F7ED
Tints of Pale Turquoise #B5F7ED
RGB
CMYK
RGB Variations
Color information
#B5F7ED (or 0xB5F7ED) is known color: Pale Turquoise. HEX triplet: B5, F7 and ED. RGB value is (181,247,237). Sum of RGB (Red+Green+Blue) = 181+247+237=665 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.22% from 665); Green value is 247 (96.88% from 255 or 37.14% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 247 - color contains mainly: green. Hex color #B5F7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F7ED is #4A0812. Grayscale: #E2E2E2. Windows color (decimal): -4851731 or 15595445. OLE color: 15595445.
HSL color Cylindrical-coordinate representation of color #B5F7ED: hue angle of 170.91º degrees, saturation: 0.8, 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 #B5F7ED is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 181 | 247 | 237 | - |
CMYK | 0.27 | 0 | 0.04 | 0.03 |
HSL | 170.91º | 0.8% | 0.84% | - |
HSV(B) | 170.91º | 0.27% | 0.97% | - |
XYZ | 67.6 | 82.46 | 92.47 | - |
YUV | 226.13 | 134.13 | 95.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 247 | 237 | 0.27 | 0 | 0.04 | 0.03 | 170.91 | 0.8 | 0.84 |
Hex | B5 | F7 | ED | 1B | 0 | 4 | 3 | AB | 50 | 54 |
Octal | 265 | 367 | 355 | 33 | 0 | 4 | 3 | 253 | 120 | 124 |
Binary | 10110101 | 11110111 | 11101101 | 11011 | 0 | 100 | 11 | 10101011 | 1010000 | 1010100 |
Color Harmonies of #B5F7ED
Complementary color
Monochromatic Colors of #B5F7ED
Black with #B5F7ED
Text Example
Text Example
White with #B5F7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F7ED; }
p { color: rgb(181,247,237); }
H1.HeaderClassName
{
color: #B5F7ED;
}
.AnyTagClassName
{
color: #B5F7ED;
}
</style>
background-color css
<style>
a { background-color: #B5F7ED; }
a { background-color: rgb(181,247,237); }
div.DivClassName
{
background-color: #B5F7ED;
}
.BgClassName
{
background-color: #B5F7ED;
}
</style>
border-color css
<style>
span { border-color: #B5F7ED; }
span { border-color: rgb(181,247,237); }
td.TdClassName
{
border-color: #B5F7ED;
}
.TagClassName
{
border-color: #B5F7ED;
}
</style>