Shades of Pale Turquoise #BBF0F1
Tints of Pale Turquoise #BBF0F1
RGB
CMYK
RGB Variations
Color information
#BBF0F1 (or 0xBBF0F1) is known color: Pale Turquoise. HEX triplet: BB, F0 and F1. RGB value is (187,240,241). Sum of RGB (Red+Green+Blue) = 187+240+241=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 240 (94.14% from 255 or 35.93% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBF0F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF0F1 is #440F0E. Grayscale: #E0E0E0. Windows color (decimal): -4460303 or 15855803. OLE color: 15855803.
HSL color Cylindrical-coordinate representation of color #BBF0F1: hue angle of 181.11º 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 #BBF0F1 is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 240 | 241 | - |
| CMYK | 0.22 | 0.00 | 0 | 0.05 |
| HSL | 181.11º | 0.66% | 0.84% | - |
| HSV(B) | 181.11º | 0.22% | 0.95% | - |
| XYZ | 67.53 | 79.24 | 94.95 | - |
| YUV | 224.27 | 137.44 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 241 | 0.22 | 0.00 | 0 | 0.05 | 181.11 | 0.66 | 0.84 |
| Hex | BB | F0 | F1 | 16 | 0 | 0 | 5 | B5 | 42 | 54 |
| Octal | 273 | 360 | 361 | 26 | 0 | 0 | 5 | 265 | 102 | 124 |
| Binary | 10111011 | 11110000 | 11110001 | 10110 | 0 | 0 | 101 | 10110101 | 1000010 | 1010100 |
Color Harmonies of #BBF0F1
Complementary color
Monochromatic Colors of #BBF0F1
Black with #BBF0F1
Text Example
Text Example
White with #BBF0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF0F1; }
p { color: rgb(187,240,241); }
H1.HeaderClassName
{
color: #BBF0F1;
}
.AnyTagClassName
{
color: #BBF0F1;
}
</style>
background-color css
<style>
a { background-color: #BBF0F1; }
a { background-color: rgb(187,240,241); }
div.DivClassName
{
background-color: #BBF0F1;
}
.BgClassName
{
background-color: #BBF0F1;
}
</style>
border-color css
<style>
span { border-color: #BBF0F1; }
span { border-color: rgb(187,240,241); }
td.TdClassName
{
border-color: #BBF0F1;
}
.TagClassName
{
border-color: #BBF0F1;
}
</style>