Shades of Pale Turquoise #B8F7FB
Tints of Pale Turquoise #B8F7FB
RGB
CMYK
RGB Variations
Color information
#B8F7FB (or 0xB8F7FB) is known color: Pale Turquoise. HEX triplet: B8, F7 and FB. RGB value is (184,247,251). Sum of RGB (Red+Green+Blue) = 184+247+251=682 (90% of max value = 765). Red value is 184 (72.27% from 255 or 26.98% from 682); Green value is 247 (96.88% from 255 or 36.22% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8F7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F7FB is #470804. Grayscale: #E4E4E4. Windows color (decimal): -4655109 or 16512952. OLE color: 16512952.
HSL color Cylindrical-coordinate representation of color #B8F7FB: hue angle of 183.58º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8F7FB is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 247 | 251 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.02 |
| HSL | 183.58º | 0.89% | 0.85% | - |
| HSV(B) | 183.58º | 0.27% | 0.98% | - |
| XYZ | 70.44 | 83.68 | 103.71 | - |
| YUV | 228.62 | 140.63 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 247 | 251 | 0.27 | 0.02 | 0 | 0.02 | 183.58 | 0.89 | 0.85 |
| Hex | B8 | F7 | FB | 1B | 2 | 0 | 2 | B8 | 59 | 55 |
| Octal | 270 | 367 | 373 | 33 | 2 | 0 | 2 | 270 | 131 | 125 |
| Binary | 10111000 | 11110111 | 11111011 | 11011 | 10 | 0 | 10 | 10111000 | 1011001 | 1010101 |
Color Harmonies of #B8F7FB
Complementary color
Monochromatic Colors of #B8F7FB
Black with #B8F7FB
Text Example
Text Example
White with #B8F7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F7FB; }
p { color: rgb(184,247,251); }
H1.HeaderClassName
{
color: #B8F7FB;
}
.AnyTagClassName
{
color: #B8F7FB;
}
</style>
background-color css
<style>
a { background-color: #B8F7FB; }
a { background-color: rgb(184,247,251); }
div.DivClassName
{
background-color: #B8F7FB;
}
.BgClassName
{
background-color: #B8F7FB;
}
</style>
border-color css
<style>
span { border-color: #B8F7FB; }
span { border-color: rgb(184,247,251); }
td.TdClassName
{
border-color: #B8F7FB;
}
.TagClassName
{
border-color: #B8F7FB;
}
</style>