Shades of Pale Turquoise #BBF2F1
Tints of Pale Turquoise #BBF2F1
RGB
CMYK
RGB Variations
Color information
#BBF2F1 (or 0xBBF2F1) is known color: Pale Turquoise. HEX triplet: BB, F2 and F1. RGB value is (187,242,241). Sum of RGB (Red+Green+Blue) = 187+242+241=670 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.91% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF2F1 is #440D0E. Grayscale: #E1E1E1. Windows color (decimal): -4459791 or 15856315. OLE color: 15856315.
HSL color Cylindrical-coordinate representation of color #BBF2F1: hue angle of 178.91º degrees, saturation: 0.68, 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 #BBF2F1 is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 241 | - |
| CMYK | 0.23 | 0 | 0.00 | 0.05 |
| HSL | 178.91º | 0.68% | 0.84% | - |
| HSV(B) | 178.91º | 0.23% | 0.95% | - |
| XYZ | 68.12 | 80.42 | 95.15 | - |
| YUV | 225.44 | 136.78 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 241 | 0.23 | 0 | 0.00 | 0.05 | 178.91 | 0.68 | 0.84 |
| Hex | BB | F2 | F1 | 17 | 0 | 0 | 5 | B3 | 44 | 54 |
| Octal | 273 | 362 | 361 | 27 | 0 | 0 | 5 | 263 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11110001 | 10111 | 0 | 0 | 101 | 10110011 | 1000100 | 1010100 |
Color Harmonies of #BBF2F1
Complementary color
Monochromatic Colors of #BBF2F1
Black with #BBF2F1
Text Example
Text Example
White with #BBF2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2F1; }
p { color: rgb(187,242,241); }
H1.HeaderClassName
{
color: #BBF2F1;
}
.AnyTagClassName
{
color: #BBF2F1;
}
</style>
background-color css
<style>
a { background-color: #BBF2F1; }
a { background-color: rgb(187,242,241); }
div.DivClassName
{
background-color: #BBF2F1;
}
.BgClassName
{
background-color: #BBF2F1;
}
</style>
border-color css
<style>
span { border-color: #BBF2F1; }
span { border-color: rgb(187,242,241); }
td.TdClassName
{
border-color: #BBF2F1;
}
.TagClassName
{
border-color: #BBF2F1;
}
</style>