Shades of Pale Turquoise #B4FAF6
Tints of Pale Turquoise #B4FAF6
RGB
CMYK
RGB Variations
Color information
#B4FAF6 (or 0xB4FAF6) is known color: Pale Turquoise. HEX triplet: B4, FA and F6. RGB value is (180,250,246). Sum of RGB (Red+Green+Blue) = 180+250+246=676 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.63% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 246 (96.48% from 255 or 36.39% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FAF6 is #4B0509. Grayscale: #E4E4E4. Windows color (decimal): -4916490 or 16186036. OLE color: 16186036.
HSL color Cylindrical-coordinate representation of color #B4FAF6: hue angle of 176.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 #B4FAF6 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 250 | 246 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.02 |
| HSL | 176.57º | 0.88% | 0.84% | - |
| HSV(B) | 176.57º | 0.28% | 0.98% | - |
| XYZ | 69.64 | 84.73 | 99.87 | - |
| YUV | 228.61 | 137.81 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 250 | 246 | 0.28 | 0 | 0.02 | 0.02 | 176.57 | 0.88 | 0.84 |
| Hex | B4 | FA | F6 | 1C | 0 | 2 | 2 | B1 | 58 | 54 |
| Octal | 264 | 372 | 366 | 34 | 0 | 2 | 2 | 261 | 130 | 124 |
| Binary | 10110100 | 11111010 | 11110110 | 11100 | 0 | 10 | 10 | 10110001 | 1011000 | 1010100 |
Color Harmonies of #B4FAF6
Complementary color
Monochromatic Colors of #B4FAF6
Black with #B4FAF6
Text Example
Text Example
White with #B4FAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FAF6; }
p { color: rgb(180,250,246); }
H1.HeaderClassName
{
color: #B4FAF6;
}
.AnyTagClassName
{
color: #B4FAF6;
}
</style>
background-color css
<style>
a { background-color: #B4FAF6; }
a { background-color: rgb(180,250,246); }
div.DivClassName
{
background-color: #B4FAF6;
}
.BgClassName
{
background-color: #B4FAF6;
}
</style>
border-color css
<style>
span { border-color: #B4FAF6; }
span { border-color: rgb(180,250,246); }
td.TdClassName
{
border-color: #B4FAF6;
}
.TagClassName
{
border-color: #B4FAF6;
}
</style>