Shades of Pale Turquoise #B4F0E8
Tints of Pale Turquoise #B4F0E8
RGB
CMYK
RGB Variations
Color information
#B4F0E8 (or 0xB4F0E8) is known color: Pale Turquoise. HEX triplet: B4, F0 and E8. RGB value is (180,240,232). Sum of RGB (Red+Green+Blue) = 180+240+232=652 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.61% from 652); Green value is 240 (94.14% from 255 or 36.81% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 240 - color contains mainly: green. Hex color #B4F0E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F0E8 is #4B0F17. Grayscale: #DDDDDD. Windows color (decimal): -4919064 or 15265972. OLE color: 15265972.
HSL color Cylindrical-coordinate representation of color #B4F0E8: hue angle of 172º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4F0E8 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 240 | 232 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.06 |
| HSL | 172º | 0.67% | 0.82% | - |
| HSV(B) | 172º | 0.25% | 0.94% | - |
| XYZ | 64.55 | 77.85 | 87.97 | - |
| YUV | 221.15 | 134.12 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 240 | 232 | 0.25 | 0 | 0.03 | 0.06 | 172 | 0.67 | 0.82 |
| Hex | B4 | F0 | E8 | 19 | 0 | 3 | 6 | AC | 43 | 52 |
| Octal | 264 | 360 | 350 | 31 | 0 | 3 | 6 | 254 | 103 | 122 |
| Binary | 10110100 | 11110000 | 11101000 | 11001 | 0 | 11 | 110 | 10101100 | 1000011 | 1010010 |
Color Harmonies of #B4F0E8
Complementary color
Monochromatic Colors of #B4F0E8
Black with #B4F0E8
Text Example
Text Example
White with #B4F0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F0E8; }
p { color: rgb(180,240,232); }
H1.HeaderClassName
{
color: #B4F0E8;
}
.AnyTagClassName
{
color: #B4F0E8;
}
</style>
background-color css
<style>
a { background-color: #B4F0E8; }
a { background-color: rgb(180,240,232); }
div.DivClassName
{
background-color: #B4F0E8;
}
.BgClassName
{
background-color: #B4F0E8;
}
</style>
border-color css
<style>
span { border-color: #B4F0E8; }
span { border-color: rgb(180,240,232); }
td.TdClassName
{
border-color: #B4F0E8;
}
.TagClassName
{
border-color: #B4F0E8;
}
</style>