Shades of Pale Turquoise #B4FAEF
Tints of Pale Turquoise #B4FAEF
RGB
CMYK
RGB Variations
Color information
#B4FAEF (or 0xB4FAEF) is known color: Pale Turquoise. HEX triplet: B4, FA and EF. RGB value is (180,250,239). Sum of RGB (Red+Green+Blue) = 180+250+239=669 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.91% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FAEF is #4B0510. Grayscale: #E3E3E3. Windows color (decimal): -4916497 or 15727284. OLE color: 15727284.
HSL color Cylindrical-coordinate representation of color #B4FAEF: hue angle of 170.57º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FAEF is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 250 | 239 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.02 |
| HSL | 170.57º | 0.88% | 0.84% | - |
| HSV(B) | 170.57º | 0.28% | 0.98% | - |
| XYZ | 68.59 | 84.31 | 94.32 | - |
| YUV | 227.82 | 134.31 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 250 | 239 | 0.28 | 0 | 0.04 | 0.02 | 170.57 | 0.88 | 0.84 |
| Hex | B4 | FA | EF | 1C | 0 | 4 | 2 | AB | 58 | 54 |
| Octal | 264 | 372 | 357 | 34 | 0 | 4 | 2 | 253 | 130 | 124 |
| Binary | 10110100 | 11111010 | 11101111 | 11100 | 0 | 100 | 10 | 10101011 | 1011000 | 1010100 |
Color Harmonies of #B4FAEF
Complementary color
Monochromatic Colors of #B4FAEF
Black with #B4FAEF
Text Example
Text Example
White with #B4FAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FAEF; }
p { color: rgb(180,250,239); }
H1.HeaderClassName
{
color: #B4FAEF;
}
.AnyTagClassName
{
color: #B4FAEF;
}
</style>
background-color css
<style>
a { background-color: #B4FAEF; }
a { background-color: rgb(180,250,239); }
div.DivClassName
{
background-color: #B4FAEF;
}
.BgClassName
{
background-color: #B4FAEF;
}
</style>
border-color css
<style>
span { border-color: #B4FAEF; }
span { border-color: rgb(180,250,239); }
td.TdClassName
{
border-color: #B4FAEF;
}
.TagClassName
{
border-color: #B4FAEF;
}
</style>