Shades of Pale Turquoise #B8FBF4
Tints of Pale Turquoise #B8FBF4
RGB
CMYK
RGB Variations
Color information
#B8FBF4 (or 0xB8FBF4) is known color: Pale Turquoise. HEX triplet: B8, FB and F4. RGB value is (184,251,244). Sum of RGB (Red+Green+Blue) = 184+251+244=679 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.10% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 244 (95.70% from 255 or 35.94% from 679); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FBF4 is #47040B. Grayscale: #E6E6E6. Windows color (decimal): -4654092 or 16055224. OLE color: 16055224.
HSL color Cylindrical-coordinate representation of color #B8FBF4: hue angle of 173.73º 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 #B8FBF4 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 251 | 244 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.02 |
| HSL | 173.73º | 0.89% | 0.85% | - |
| HSV(B) | 173.73º | 0.27% | 0.98% | - |
| XYZ | 70.59 | 85.72 | 98.41 | - |
| YUV | 230.17 | 135.8 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 251 | 244 | 0.27 | 0 | 0.03 | 0.02 | 173.73 | 0.89 | 0.85 |
| Hex | B8 | FB | F4 | 1B | 0 | 3 | 2 | AE | 59 | 55 |
| Octal | 270 | 373 | 364 | 33 | 0 | 3 | 2 | 256 | 131 | 125 |
| Binary | 10111000 | 11111011 | 11110100 | 11011 | 0 | 11 | 10 | 10101110 | 1011001 | 1010101 |
Color Harmonies of #B8FBF4
Complementary color
Monochromatic Colors of #B8FBF4
Black with #B8FBF4
Text Example
Text Example
White with #B8FBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FBF4; }
p { color: rgb(184,251,244); }
H1.HeaderClassName
{
color: #B8FBF4;
}
.AnyTagClassName
{
color: #B8FBF4;
}
</style>
background-color css
<style>
a { background-color: #B8FBF4; }
a { background-color: rgb(184,251,244); }
div.DivClassName
{
background-color: #B8FBF4;
}
.BgClassName
{
background-color: #B8FBF4;
}
</style>
border-color css
<style>
span { border-color: #B8FBF4; }
span { border-color: rgb(184,251,244); }
td.TdClassName
{
border-color: #B8FBF4;
}
.TagClassName
{
border-color: #B8FBF4;
}
</style>