Shades of Pale Turquoise #B4FFF7
Tints of Pale Turquoise #B4FFF7
RGB
CMYK
RGB Variations
Color information
#B4FFF7 (or 0xB4FFF7) is known color: Pale Turquoise. HEX triplet: B4, FF and F7. RGB value is (180,255,247). Sum of RGB (Red+Green+Blue) = 180+255+247=682 (90% of max value = 765). Red value is 180 (70.70% from 255 or 26.39% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 247 (96.88% from 255 or 36.22% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FFF7 is #4B0008. Grayscale: #E7E7E7. Windows color (decimal): -4915209 or 16252852. OLE color: 16252852.
HSL color Cylindrical-coordinate representation of color #B4FFF7: hue angle of 173.6º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FFF7 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 255 | 247 | - |
| CMYK | 0.29 | 0 | 0.03 | 0 |
| HSL | 173.6º | 1% | 0.85% | - |
| HSV(B) | 173.6º | 0.29% | 1% | - |
| XYZ | 71.37 | 87.94 | 101.21 | - |
| YUV | 231.66 | 136.65 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 255 | 247 | 0.29 | 0 | 0.03 | 0 | 173.6 | 1 | 0.85 |
| Hex | B4 | FF | F7 | 1D | 0 | 3 | 0 | AE | 64 | 55 |
| Octal | 264 | 377 | 367 | 35 | 0 | 3 | 0 | 256 | 144 | 125 |
| Binary | 10110100 | 11111111 | 11110111 | 11101 | 0 | 11 | 0 | 10101110 | 1100100 | 1010101 |
Color Harmonies of #B4FFF7
Complementary color
Monochromatic Colors of #B4FFF7
Black with #B4FFF7
Text Example
Text Example
White with #B4FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FFF7; }
p { color: rgb(180,255,247); }
H1.HeaderClassName
{
color: #B4FFF7;
}
.AnyTagClassName
{
color: #B4FFF7;
}
</style>
background-color css
<style>
a { background-color: #B4FFF7; }
a { background-color: rgb(180,255,247); }
div.DivClassName
{
background-color: #B4FFF7;
}
.BgClassName
{
background-color: #B4FFF7;
}
</style>
border-color css
<style>
span { border-color: #B4FFF7; }
span { border-color: rgb(180,255,247); }
td.TdClassName
{
border-color: #B4FFF7;
}
.TagClassName
{
border-color: #B4FFF7;
}
</style>