Shades of Pale Turquoise #B4FAF2
Tints of Pale Turquoise #B4FAF2
RGB
CMYK
RGB Variations
Color information
#B4FAF2 (or 0xB4FAF2) is known color: Pale Turquoise. HEX triplet: B4, FA and F2. RGB value is (180,250,242). Sum of RGB (Red+Green+Blue) = 180+250+242=672 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.79% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FAF2 is #4B050D. Grayscale: #E4E4E4. Windows color (decimal): -4916494 or 15923892. OLE color: 15923892.
HSL color Cylindrical-coordinate representation of color #B4FAF2: hue angle of 173.14º 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 #B4FAF2 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 250 | 242 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.02 |
| HSL | 173.14º | 0.88% | 0.84% | - |
| HSV(B) | 173.14º | 0.28% | 0.98% | - |
| XYZ | 69.04 | 84.49 | 96.67 | - |
| YUV | 228.16 | 135.81 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 250 | 242 | 0.28 | 0 | 0.03 | 0.02 | 173.14 | 0.88 | 0.84 |
| Hex | B4 | FA | F2 | 1C | 0 | 3 | 2 | AD | 58 | 54 |
| Octal | 264 | 372 | 362 | 34 | 0 | 3 | 2 | 255 | 130 | 124 |
| Binary | 10110100 | 11111010 | 11110010 | 11100 | 0 | 11 | 10 | 10101101 | 1011000 | 1010100 |
Color Harmonies of #B4FAF2
Complementary color
Monochromatic Colors of #B4FAF2
Black with #B4FAF2
Text Example
Text Example
White with #B4FAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FAF2; }
p { color: rgb(180,250,242); }
H1.HeaderClassName
{
color: #B4FAF2;
}
.AnyTagClassName
{
color: #B4FAF2;
}
</style>
background-color css
<style>
a { background-color: #B4FAF2; }
a { background-color: rgb(180,250,242); }
div.DivClassName
{
background-color: #B4FAF2;
}
.BgClassName
{
background-color: #B4FAF2;
}
</style>
border-color css
<style>
span { border-color: #B4FAF2; }
span { border-color: rgb(180,250,242); }
td.TdClassName
{
border-color: #B4FAF2;
}
.TagClassName
{
border-color: #B4FAF2;
}
</style>