Shades of Pale Turquoise #BBFBF4
Tints of Pale Turquoise #BBFBF4
RGB
CMYK
RGB Variations
Color information
#BBFBF4 (or 0xBBFBF4) is known color: Pale Turquoise. HEX triplet: BB, FB and F4. RGB value is (187,251,244). Sum of RGB (Red+Green+Blue) = 187+251+244=682 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.42% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 244 (95.70% from 255 or 35.78% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBF4 is #44040B. Grayscale: #E7E7E7. Windows color (decimal): -4457484 or 16055227. OLE color: 16055227.
HSL color Cylindrical-coordinate representation of color #BBFBF4: hue angle of 173.44º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFBF4 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 244 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.02 |
| HSL | 173.44º | 0.89% | 0.86% | - |
| HSV(B) | 173.44º | 0.25% | 0.98% | - |
| XYZ | 71.32 | 86.09 | 98.45 | - |
| YUV | 231.07 | 135.3 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 244 | 0.25 | 0 | 0.03 | 0.02 | 173.44 | 0.89 | 0.86 |
| Hex | BB | FB | F4 | 19 | 0 | 3 | 2 | AD | 59 | 56 |
| Octal | 273 | 373 | 364 | 31 | 0 | 3 | 2 | 255 | 131 | 126 |
| Binary | 10111011 | 11111011 | 11110100 | 11001 | 0 | 11 | 10 | 10101101 | 1011001 | 1010110 |
Color Harmonies of #BBFBF4
Complementary color
Monochromatic Colors of #BBFBF4
Black with #BBFBF4
Text Example
Text Example
White with #BBFBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBF4; }
p { color: rgb(187,251,244); }
H1.HeaderClassName
{
color: #BBFBF4;
}
.AnyTagClassName
{
color: #BBFBF4;
}
</style>
background-color css
<style>
a { background-color: #BBFBF4; }
a { background-color: rgb(187,251,244); }
div.DivClassName
{
background-color: #BBFBF4;
}
.BgClassName
{
background-color: #BBFBF4;
}
</style>
border-color css
<style>
span { border-color: #BBFBF4; }
span { border-color: rgb(187,251,244); }
td.TdClassName
{
border-color: #BBFBF4;
}
.TagClassName
{
border-color: #BBFBF4;
}
</style>