Shades of Pale Turquoise #BBF8F1
Tints of Pale Turquoise #BBF8F1
RGB
CMYK
RGB Variations
Color information
#BBF8F1 (or 0xBBF8F1) is known color: Pale Turquoise. HEX triplet: BB, F8 and F1. RGB value is (187,248,241). Sum of RGB (Red+Green+Blue) = 187+248+241=676 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.66% from 676); Green value is 248 (97.27% from 255 or 36.69% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF8F1 is #44070E. Grayscale: #E4E4E4. Windows color (decimal): -4458255 or 15857851. OLE color: 15857851.
HSL color Cylindrical-coordinate representation of color #BBF8F1: hue angle of 173.11º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF8F1 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 241 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.03 |
| HSL | 173.11º | 0.81% | 0.85% | - |
| HSV(B) | 173.11º | 0.25% | 0.97% | - |
| XYZ | 69.94 | 84.05 | 95.76 | - |
| YUV | 228.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 241 | 0.25 | 0 | 0.03 | 0.03 | 173.11 | 0.81 | 0.85 |
| Hex | BB | F8 | F1 | 19 | 0 | 3 | 3 | AD | 51 | 55 |
| Octal | 273 | 370 | 361 | 31 | 0 | 3 | 3 | 255 | 121 | 125 |
| Binary | 10111011 | 11111000 | 11110001 | 11001 | 0 | 11 | 11 | 10101101 | 1010001 | 1010101 |
Color Harmonies of #BBF8F1
Complementary color
Monochromatic Colors of #BBF8F1
Black with #BBF8F1
Text Example
Text Example
White with #BBF8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF8F1; }
p { color: rgb(187,248,241); }
H1.HeaderClassName
{
color: #BBF8F1;
}
.AnyTagClassName
{
color: #BBF8F1;
}
</style>
background-color css
<style>
a { background-color: #BBF8F1; }
a { background-color: rgb(187,248,241); }
div.DivClassName
{
background-color: #BBF8F1;
}
.BgClassName
{
background-color: #BBF8F1;
}
</style>
border-color css
<style>
span { border-color: #BBF8F1; }
span { border-color: rgb(187,248,241); }
td.TdClassName
{
border-color: #BBF8F1;
}
.TagClassName
{
border-color: #BBF8F1;
}
</style>