Shades of Pale Turquoise #B8FBF2
Tints of Pale Turquoise #B8FBF2
RGB
CMYK
RGB Variations
Color information
#B8FBF2 (or 0xB8FBF2) is known color: Pale Turquoise. HEX triplet: B8, FB and F2. RGB value is (184,251,242). Sum of RGB (Red+Green+Blue) = 184+251+242=677 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.18% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FBF2 is #47040D. Grayscale: #E5E5E5. Windows color (decimal): -4654094 or 15924152. OLE color: 15924152.
HSL color Cylindrical-coordinate representation of color #B8FBF2: hue angle of 171.94º 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 #B8FBF2 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 251 | 242 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.02 |
| HSL | 171.94º | 0.89% | 0.85% | - |
| HSV(B) | 171.94º | 0.27% | 0.98% | - |
| XYZ | 70.29 | 85.6 | 96.82 | - |
| YUV | 229.94 | 134.8 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 251 | 242 | 0.27 | 0 | 0.04 | 0.02 | 171.94 | 0.89 | 0.85 |
| Hex | B8 | FB | F2 | 1B | 0 | 4 | 2 | AC | 59 | 55 |
| Octal | 270 | 373 | 362 | 33 | 0 | 4 | 2 | 254 | 131 | 125 |
| Binary | 10111000 | 11111011 | 11110010 | 11011 | 0 | 100 | 10 | 10101100 | 1011001 | 1010101 |
Color Harmonies of #B8FBF2
Complementary color
Monochromatic Colors of #B8FBF2
Black with #B8FBF2
Text Example
Text Example
White with #B8FBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FBF2; }
p { color: rgb(184,251,242); }
H1.HeaderClassName
{
color: #B8FBF2;
}
.AnyTagClassName
{
color: #B8FBF2;
}
</style>
background-color css
<style>
a { background-color: #B8FBF2; }
a { background-color: rgb(184,251,242); }
div.DivClassName
{
background-color: #B8FBF2;
}
.BgClassName
{
background-color: #B8FBF2;
}
</style>
border-color css
<style>
span { border-color: #B8FBF2; }
span { border-color: rgb(184,251,242); }
td.TdClassName
{
border-color: #B8FBF2;
}
.TagClassName
{
border-color: #B8FBF2;
}
</style>