Shades of Pale Turquoise #B4F1FA
Tints of Pale Turquoise #B4F1FA
RGB
CMYK
RGB Variations
Color information
#B4F1FA (or 0xB4F1FA) is known color: Pale Turquoise. HEX triplet: B4, F1 and FA. RGB value is (180,241,250). Sum of RGB (Red+Green+Blue) = 180+241+250=671 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.83% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #B4F1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F1FA is #4B0E05. Grayscale: #DFDFDF. Windows color (decimal): -4918790 or 16445876. OLE color: 16445876.
HSL color Cylindrical-coordinate representation of color #B4F1FA: hue angle of 187.71º 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 #B4F1FA is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 241 | 250 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.02 |
| HSL | 187.71º | 0.88% | 0.84% | - |
| HSV(B) | 187.71º | 0.28% | 0.98% | - |
| XYZ | 67.53 | 79.52 | 102.23 | - |
| YUV | 223.79 | 142.79 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 241 | 250 | 0.28 | 0.04 | 0 | 0.02 | 187.71 | 0.88 | 0.84 |
| Hex | B4 | F1 | FA | 1C | 4 | 0 | 2 | BC | 58 | 54 |
| Octal | 264 | 361 | 372 | 34 | 4 | 0 | 2 | 274 | 130 | 124 |
| Binary | 10110100 | 11110001 | 11111010 | 11100 | 100 | 0 | 10 | 10111100 | 1011000 | 1010100 |
Color Harmonies of #B4F1FA
Complementary color
Monochromatic Colors of #B4F1FA
Black with #B4F1FA
Text Example
Text Example
White with #B4F1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F1FA; }
p { color: rgb(180,241,250); }
H1.HeaderClassName
{
color: #B4F1FA;
}
.AnyTagClassName
{
color: #B4F1FA;
}
</style>
background-color css
<style>
a { background-color: #B4F1FA; }
a { background-color: rgb(180,241,250); }
div.DivClassName
{
background-color: #B4F1FA;
}
.BgClassName
{
background-color: #B4F1FA;
}
</style>
border-color css
<style>
span { border-color: #B4F1FA; }
span { border-color: rgb(180,241,250); }
td.TdClassName
{
border-color: #B4F1FA;
}
.TagClassName
{
border-color: #B4F1FA;
}
</style>