Shades of Pale Turquoise #B4EDE6
Tints of Pale Turquoise #B4EDE6
RGB
CMYK
RGB Variations
Color information
#B4EDE6 (or 0xB4EDE6) is known color: Pale Turquoise. HEX triplet: B4, ED and E6. RGB value is (180,237,230). Sum of RGB (Red+Green+Blue) = 180+237+230=647 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.82% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #B4EDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EDE6 is #4B1219. Grayscale: #DBDBDB. Windows color (decimal): -4919834 or 15134132. OLE color: 15134132.
HSL color Cylindrical-coordinate representation of color #B4EDE6: hue angle of 172.63º 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 #B4EDE6 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 237 | 230 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.07 |
| HSL | 172.63º | 0.61% | 0.82% | - |
| HSV(B) | 172.63º | 0.24% | 0.93% | - |
| XYZ | 63.39 | 75.98 | 86.19 | - |
| YUV | 219.16 | 134.12 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 237 | 230 | 0.24 | 0 | 0.03 | 0.07 | 172.63 | 0.61 | 0.82 |
| Hex | B4 | ED | E6 | 18 | 0 | 3 | 7 | AD | 3D | 52 |
| Octal | 264 | 355 | 346 | 30 | 0 | 3 | 7 | 255 | 75 | 122 |
| Binary | 10110100 | 11101101 | 11100110 | 11000 | 0 | 11 | 111 | 10101101 | 111101 | 1010010 |
Color Harmonies of #B4EDE6
Complementary color
Monochromatic Colors of #B4EDE6
Black with #B4EDE6
Text Example
Text Example
White with #B4EDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EDE6; }
p { color: rgb(180,237,230); }
H1.HeaderClassName
{
color: #B4EDE6;
}
.AnyTagClassName
{
color: #B4EDE6;
}
</style>
background-color css
<style>
a { background-color: #B4EDE6; }
a { background-color: rgb(180,237,230); }
div.DivClassName
{
background-color: #B4EDE6;
}
.BgClassName
{
background-color: #B4EDE6;
}
</style>
border-color css
<style>
span { border-color: #B4EDE6; }
span { border-color: rgb(180,237,230); }
td.TdClassName
{
border-color: #B4EDE6;
}
.TagClassName
{
border-color: #B4EDE6;
}
</style>