Shades of Pale Turquoise #BBF1F0
Tints of Pale Turquoise #BBF1F0
RGB
CMYK
RGB Variations
Color information
#BBF1F0 (or 0xBBF1F0) is known color: Pale Turquoise. HEX triplet: BB, F1 and F0. RGB value is (187,241,240). Sum of RGB (Red+Green+Blue) = 187+241+240=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF1F0 is #440E0F. Grayscale: #E0E0E0. Windows color (decimal): -4460048 or 15790523. OLE color: 15790523.
HSL color Cylindrical-coordinate representation of color #BBF1F0: hue angle of 178.89º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF1F0 is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 240 | - |
| CMYK | 0.22 | 0 | 0.00 | 0.05 |
| HSL | 178.89º | 0.66% | 0.84% | - |
| HSV(B) | 178.89º | 0.22% | 0.95% | - |
| XYZ | 67.68 | 79.77 | 94.27 | - |
| YUV | 224.74 | 136.61 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 240 | 0.22 | 0 | 0.00 | 0.05 | 178.89 | 0.66 | 0.84 |
| Hex | BB | F1 | F0 | 16 | 0 | 0 | 5 | B3 | 42 | 54 |
| Octal | 273 | 361 | 360 | 26 | 0 | 0 | 5 | 263 | 102 | 124 |
| Binary | 10111011 | 11110001 | 11110000 | 10110 | 0 | 0 | 101 | 10110011 | 1000010 | 1010100 |
Color Harmonies of #BBF1F0
Complementary color
Monochromatic Colors of #BBF1F0
Black with #BBF1F0
Text Example
Text Example
White with #BBF1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF1F0; }
p { color: rgb(187,241,240); }
H1.HeaderClassName
{
color: #BBF1F0;
}
.AnyTagClassName
{
color: #BBF1F0;
}
</style>
background-color css
<style>
a { background-color: #BBF1F0; }
a { background-color: rgb(187,241,240); }
div.DivClassName
{
background-color: #BBF1F0;
}
.BgClassName
{
background-color: #BBF1F0;
}
</style>
border-color css
<style>
span { border-color: #BBF1F0; }
span { border-color: rgb(187,241,240); }
td.TdClassName
{
border-color: #BBF1F0;
}
.TagClassName
{
border-color: #BBF1F0;
}
</style>