Shades of Pale Turquoise #B4EDF7
Tints of Pale Turquoise #B4EDF7
RGB
CMYK
RGB Variations
Color information
#B4EDF7 (or 0xB4EDF7) is known color: Pale Turquoise. HEX triplet: B4, ED and F7. RGB value is (180,237,247). Sum of RGB (Red+Green+Blue) = 180+237+247=664 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.11% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 247 (96.88% from 255 or 37.20% from 664); Max value from RGB is 247 - color contains mainly: blue. Hex color #B4EDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EDF7 is #4B1208. Grayscale: #DDDDDD. Windows color (decimal): -4919817 or 16248244. OLE color: 16248244.
HSL color Cylindrical-coordinate representation of color #B4EDF7: hue angle of 188.96º degrees, saturation: 0.81, 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 #B4EDF7 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 237 | 247 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.03 |
| HSL | 188.96º | 0.81% | 0.84% | - |
| HSV(B) | 188.96º | 0.27% | 0.97% | - |
| XYZ | 65.9 | 76.99 | 99.38 | - |
| YUV | 221.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 237 | 247 | 0.27 | 0.04 | 0 | 0.03 | 188.96 | 0.81 | 0.84 |
| Hex | B4 | ED | F7 | 1B | 4 | 0 | 3 | BD | 51 | 54 |
| Octal | 264 | 355 | 367 | 33 | 4 | 0 | 3 | 275 | 121 | 124 |
| Binary | 10110100 | 11101101 | 11110111 | 11011 | 100 | 0 | 11 | 10111101 | 1010001 | 1010100 |
Color Harmonies of #B4EDF7
Complementary color
Monochromatic Colors of #B4EDF7
Black with #B4EDF7
Text Example
Text Example
White with #B4EDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EDF7; }
p { color: rgb(180,237,247); }
H1.HeaderClassName
{
color: #B4EDF7;
}
.AnyTagClassName
{
color: #B4EDF7;
}
</style>
background-color css
<style>
a { background-color: #B4EDF7; }
a { background-color: rgb(180,237,247); }
div.DivClassName
{
background-color: #B4EDF7;
}
.BgClassName
{
background-color: #B4EDF7;
}
</style>
border-color css
<style>
span { border-color: #B4EDF7; }
span { border-color: rgb(180,237,247); }
td.TdClassName
{
border-color: #B4EDF7;
}
.TagClassName
{
border-color: #B4EDF7;
}
</style>