Shades of Pale Turquoise #BBF1F1
Tints of Pale Turquoise #BBF1F1
RGB
CMYK
RGB Variations
Color information
#BBF1F1 (or 0xBBF1F1) is known color: Pale Turquoise. HEX triplet: BB, F1 and F1. RGB value is (187,241,241). Sum of RGB (Red+Green+Blue) = 187+241+241=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #BBF1F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF1F1 is #440E0E. Grayscale: #E0E0E0. Windows color (decimal): -4460047 or 15856059. OLE color: 15856059.
HSL color Cylindrical-coordinate representation of color #BBF1F1: hue angle of 180º 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 #BBF1F1 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 241 | - |
| CMYK | 0.22 | 0 | 0 | 0.05 |
| HSL | 180º | 0.66% | 0.84% | - |
| HSV(B) | 180º | 0.22% | 0.95% | - |
| XYZ | 67.83 | 79.83 | 95.05 | - |
| YUV | 224.85 | 137.11 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 241 | 0.22 | 0 | 0 | 0.05 | 180 | 0.66 | 0.84 |
| Hex | BB | F1 | F1 | 16 | 0 | 0 | 5 | B4 | 42 | 54 |
| Octal | 273 | 361 | 361 | 26 | 0 | 0 | 5 | 264 | 102 | 124 |
| Binary | 10111011 | 11110001 | 11110001 | 10110 | 0 | 0 | 101 | 10110100 | 1000010 | 1010100 |
Color Harmonies of #BBF1F1
Complementary color
Monochromatic Colors of #BBF1F1
Black with #BBF1F1
Text Example
Text Example
White with #BBF1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF1F1; }
p { color: rgb(187,241,241); }
H1.HeaderClassName
{
color: #BBF1F1;
}
.AnyTagClassName
{
color: #BBF1F1;
}
</style>
background-color css
<style>
a { background-color: #BBF1F1; }
a { background-color: rgb(187,241,241); }
div.DivClassName
{
background-color: #BBF1F1;
}
.BgClassName
{
background-color: #BBF1F1;
}
</style>
border-color css
<style>
span { border-color: #BBF1F1; }
span { border-color: rgb(187,241,241); }
td.TdClassName
{
border-color: #BBF1F1;
}
.TagClassName
{
border-color: #BBF1F1;
}
</style>