Shades of Pale Turquoise #B8FAF6
Tints of Pale Turquoise #B8FAF6
RGB
CMYK
RGB Variations
Color information
#B8FAF6 (or 0xB8FAF6) is known color: Pale Turquoise. HEX triplet: B8, FA and F6. RGB value is (184,250,246). Sum of RGB (Red+Green+Blue) = 184+250+246=680 (90% of max value = 765). Red value is 184 (72.27% from 255 or 27.06% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 246 (96.48% from 255 or 36.18% from 680); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FAF6 is #470509. Grayscale: #E5E5E5. Windows color (decimal): -4654346 or 16186040. OLE color: 16186040.
HSL color Cylindrical-coordinate representation of color #B8FAF6: hue angle of 176.36º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8FAF6 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 250 | 246 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.02 |
| HSL | 176.36º | 0.87% | 0.85% | - |
| HSV(B) | 176.36º | 0.26% | 0.98% | - |
| XYZ | 70.59 | 85.22 | 99.92 | - |
| YUV | 229.81 | 137.13 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 250 | 246 | 0.26 | 0 | 0.02 | 0.02 | 176.36 | 0.87 | 0.85 |
| Hex | B8 | FA | F6 | 1A | 0 | 2 | 2 | B0 | 57 | 55 |
| Octal | 270 | 372 | 366 | 32 | 0 | 2 | 2 | 260 | 127 | 125 |
| Binary | 10111000 | 11111010 | 11110110 | 11010 | 0 | 10 | 10 | 10110000 | 1010111 | 1010101 |
Color Harmonies of #B8FAF6
Complementary color
Monochromatic Colors of #B8FAF6
Black with #B8FAF6
Text Example
Text Example
White with #B8FAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FAF6; }
p { color: rgb(184,250,246); }
H1.HeaderClassName
{
color: #B8FAF6;
}
.AnyTagClassName
{
color: #B8FAF6;
}
</style>
background-color css
<style>
a { background-color: #B8FAF6; }
a { background-color: rgb(184,250,246); }
div.DivClassName
{
background-color: #B8FAF6;
}
.BgClassName
{
background-color: #B8FAF6;
}
</style>
border-color css
<style>
span { border-color: #B8FAF6; }
span { border-color: rgb(184,250,246); }
td.TdClassName
{
border-color: #B8FAF6;
}
.TagClassName
{
border-color: #B8FAF6;
}
</style>