Shades of Pale Turquoise #B4FBEF
Tints of Pale Turquoise #B4FBEF
RGB
CMYK
RGB Variations
Color information
#B4FBEF (or 0xB4FBEF) is known color: Pale Turquoise. HEX triplet: B4, FB and EF. RGB value is (180,251,239). Sum of RGB (Red+Green+Blue) = 180+251+239=670 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.87% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FBEF is #4B0410. Grayscale: #E4E4E4. Windows color (decimal): -4916241 or 15727540. OLE color: 15727540.
HSL color Cylindrical-coordinate representation of color #B4FBEF: hue angle of 169.86º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FBEF is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 251 | 239 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.02 |
| HSL | 169.86º | 0.9% | 0.85% | - |
| HSV(B) | 169.86º | 0.28% | 0.98% | - |
| XYZ | 68.9 | 84.93 | 94.42 | - |
| YUV | 228.4 | 133.98 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 251 | 239 | 0.28 | 0 | 0.05 | 0.02 | 169.86 | 0.9 | 0.85 |
| Hex | B4 | FB | EF | 1C | 0 | 5 | 2 | AA | 5A | 55 |
| Octal | 264 | 373 | 357 | 34 | 0 | 5 | 2 | 252 | 132 | 125 |
| Binary | 10110100 | 11111011 | 11101111 | 11100 | 0 | 101 | 10 | 10101010 | 1011010 | 1010101 |
Color Harmonies of #B4FBEF
Complementary color
Monochromatic Colors of #B4FBEF
Black with #B4FBEF
Text Example
Text Example
White with #B4FBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FBEF; }
p { color: rgb(180,251,239); }
H1.HeaderClassName
{
color: #B4FBEF;
}
.AnyTagClassName
{
color: #B4FBEF;
}
</style>
background-color css
<style>
a { background-color: #B4FBEF; }
a { background-color: rgb(180,251,239); }
div.DivClassName
{
background-color: #B4FBEF;
}
.BgClassName
{
background-color: #B4FBEF;
}
</style>
border-color css
<style>
span { border-color: #B4FBEF; }
span { border-color: rgb(180,251,239); }
td.TdClassName
{
border-color: #B4FBEF;
}
.TagClassName
{
border-color: #B4FBEF;
}
</style>