Shades of Pale Turquoise #B8FAFF
Tints of Pale Turquoise #B8FAFF
RGB
CMYK
RGB Variations
Color information
#B8FAFF (or 0xB8FAFF) is known color: Pale Turquoise. HEX triplet: B8, FA and FF. RGB value is (184,250,255). Sum of RGB (Red+Green+Blue) = 184+250+255=689 (91% of max value = 765). Red value is 184 (72.27% from 255 or 26.71% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FAFF is #470500. Grayscale: #E6E6E6. Windows color (decimal): -4654337 or 16775864. OLE color: 16775864.
HSL color Cylindrical-coordinate representation of color #B8FAFF: hue angle of 184.23º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FAFF is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 250 | 255 | - |
| CMYK | 0.28 | 0.02 | 0 | 0 |
| HSL | 184.23º | 1% | 0.86% | - |
| HSV(B) | 184.23º | 0.28% | 1% | - |
| XYZ | 72 | 85.78 | 107.37 | - |
| YUV | 230.84 | 141.63 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 250 | 255 | 0.28 | 0.02 | 0 | 0 | 184.23 | 1 | 0.86 |
| Hex | B8 | FA | FF | 1C | 2 | 0 | 0 | B8 | 64 | 56 |
| Octal | 270 | 372 | 377 | 34 | 2 | 0 | 0 | 270 | 144 | 126 |
| Binary | 10111000 | 11111010 | 11111111 | 11100 | 10 | 0 | 0 | 10111000 | 1100100 | 1010110 |
Color Harmonies of #B8FAFF
Complementary color
Monochromatic Colors of #B8FAFF
Black with #B8FAFF
Text Example
Text Example
White with #B8FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FAFF; }
p { color: rgb(184,250,255); }
H1.HeaderClassName
{
color: #B8FAFF;
}
.AnyTagClassName
{
color: #B8FAFF;
}
</style>
background-color css
<style>
a { background-color: #B8FAFF; }
a { background-color: rgb(184,250,255); }
div.DivClassName
{
background-color: #B8FAFF;
}
.BgClassName
{
background-color: #B8FAFF;
}
</style>
border-color css
<style>
span { border-color: #B8FAFF; }
span { border-color: rgb(184,250,255); }
td.TdClassName
{
border-color: #B8FAFF;
}
.TagClassName
{
border-color: #B8FAFF;
}
</style>