Shades of Pale Turquoise #BBF3F1
Tints of Pale Turquoise #BBF3F1
RGB
CMYK
RGB Variations
Color information
#BBF3F1 (or 0xBBF3F1) is known color: Pale Turquoise. HEX triplet: BB, F3 and F1. RGB value is (187,243,241). Sum of RGB (Red+Green+Blue) = 187+243+241=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 243 (95.31% from 255 or 36.21% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF3F1 is #440C0E. Grayscale: #E1E1E1. Windows color (decimal): -4459535 or 15856571. OLE color: 15856571.
HSL color Cylindrical-coordinate representation of color #BBF3F1: hue angle of 177.86º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF3F1 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 241 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.05 |
| HSL | 177.86º | 0.7% | 0.84% | - |
| HSV(B) | 177.86º | 0.23% | 0.95% | - |
| XYZ | 68.42 | 81.02 | 95.25 | - |
| YUV | 226.03 | 136.45 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 241 | 0.23 | 0 | 0.01 | 0.05 | 177.86 | 0.7 | 0.84 |
| Hex | BB | F3 | F1 | 17 | 0 | 1 | 5 | B2 | 46 | 54 |
| Octal | 273 | 363 | 361 | 27 | 0 | 1 | 5 | 262 | 106 | 124 |
| Binary | 10111011 | 11110011 | 11110001 | 10111 | 0 | 1 | 101 | 10110010 | 1000110 | 1010100 |
Color Harmonies of #BBF3F1
Complementary color
Monochromatic Colors of #BBF3F1
Black with #BBF3F1
Text Example
Text Example
White with #BBF3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF3F1; }
p { color: rgb(187,243,241); }
H1.HeaderClassName
{
color: #BBF3F1;
}
.AnyTagClassName
{
color: #BBF3F1;
}
</style>
background-color css
<style>
a { background-color: #BBF3F1; }
a { background-color: rgb(187,243,241); }
div.DivClassName
{
background-color: #BBF3F1;
}
.BgClassName
{
background-color: #BBF3F1;
}
</style>
border-color css
<style>
span { border-color: #BBF3F1; }
span { border-color: rgb(187,243,241); }
td.TdClassName
{
border-color: #BBF3F1;
}
.TagClassName
{
border-color: #BBF3F1;
}
</style>