Shades of Pale Turquoise #BBF4F1
Tints of Pale Turquoise #BBF4F1
RGB
CMYK
RGB Variations
Color information
#BBF4F1 (or 0xBBF4F1) is known color: Pale Turquoise. HEX triplet: BB, F4 and F1. RGB value is (187,244,241). Sum of RGB (Red+Green+Blue) = 187+244+241=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 244 (95.70% from 255 or 36.31% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF4F1 is #440B0E. Grayscale: #E2E2E2. Windows color (decimal): -4459279 or 15856827. OLE color: 15856827.
HSL color Cylindrical-coordinate representation of color #BBF4F1: hue angle of 176.84º 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 #BBF4F1 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 241 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.04 |
| HSL | 176.84º | 0.72% | 0.85% | - |
| HSV(B) | 176.84º | 0.23% | 0.96% | - |
| XYZ | 68.72 | 81.62 | 95.35 | - |
| YUV | 226.62 | 136.12 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 241 | 0.23 | 0 | 0.01 | 0.04 | 176.84 | 0.72 | 0.85 |
| Hex | BB | F4 | F1 | 17 | 0 | 1 | 4 | B1 | 48 | 55 |
| Octal | 273 | 364 | 361 | 27 | 0 | 1 | 4 | 261 | 110 | 125 |
| Binary | 10111011 | 11110100 | 11110001 | 10111 | 0 | 1 | 100 | 10110001 | 1001000 | 1010101 |
Color Harmonies of #BBF4F1
Complementary color
Monochromatic Colors of #BBF4F1
Black with #BBF4F1
Text Example
Text Example
White with #BBF4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF4F1; }
p { color: rgb(187,244,241); }
H1.HeaderClassName
{
color: #BBF4F1;
}
.AnyTagClassName
{
color: #BBF4F1;
}
</style>
background-color css
<style>
a { background-color: #BBF4F1; }
a { background-color: rgb(187,244,241); }
div.DivClassName
{
background-color: #BBF4F1;
}
.BgClassName
{
background-color: #BBF4F1;
}
</style>
border-color css
<style>
span { border-color: #BBF4F1; }
span { border-color: rgb(187,244,241); }
td.TdClassName
{
border-color: #BBF4F1;
}
.TagClassName
{
border-color: #BBF4F1;
}
</style>