Shades of Pale Turquoise #BBF1F4
Tints of Pale Turquoise #BBF1F4
RGB
CMYK
RGB Variations
Color information
#BBF1F4 (or 0xBBF1F4) is known color: Pale Turquoise. HEX triplet: BB, F1 and F4. RGB value is (187,241,244). Sum of RGB (Red+Green+Blue) = 187+241+244=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 241 (94.53% from 255 or 35.86% from 672); Blue value is 244 (95.70% from 255 or 36.31% from 672); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBF1F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF1F4 is #440E0B. Grayscale: #E1E1E1. Windows color (decimal): -4460044 or 16052667. OLE color: 16052667.
HSL color Cylindrical-coordinate representation of color #BBF1F4: hue angle of 183.16º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF1F4 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 241 | 244 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.04 |
| HSL | 183.16º | 0.72% | 0.85% | - |
| HSV(B) | 183.16º | 0.23% | 0.96% | - |
| XYZ | 68.28 | 80.01 | 97.43 | - |
| YUV | 225.2 | 138.61 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 244 | 0.23 | 0.01 | 0 | 0.04 | 183.16 | 0.72 | 0.85 |
| Hex | BB | F1 | F4 | 17 | 1 | 0 | 4 | B7 | 48 | 55 |
| Octal | 273 | 361 | 364 | 27 | 1 | 0 | 4 | 267 | 110 | 125 |
| Binary | 10111011 | 11110001 | 11110100 | 10111 | 1 | 0 | 100 | 10110111 | 1001000 | 1010101 |
Color Harmonies of #BBF1F4
Complementary color
Monochromatic Colors of #BBF1F4
Black with #BBF1F4
Text Example
Text Example
White with #BBF1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF1F4; }
p { color: rgb(187,241,244); }
H1.HeaderClassName
{
color: #BBF1F4;
}
.AnyTagClassName
{
color: #BBF1F4;
}
</style>
background-color css
<style>
a { background-color: #BBF1F4; }
a { background-color: rgb(187,241,244); }
div.DivClassName
{
background-color: #BBF1F4;
}
.BgClassName
{
background-color: #BBF1F4;
}
</style>
border-color css
<style>
span { border-color: #BBF1F4; }
span { border-color: rgb(187,241,244); }
td.TdClassName
{
border-color: #BBF1F4;
}
.TagClassName
{
border-color: #BBF1F4;
}
</style>