Shades of Pale Turquoise #BBF9EF
Tints of Pale Turquoise #BBF9EF
RGB
CMYK
RGB Variations
Color information
#BBF9EF (or 0xBBF9EF) is known color: Pale Turquoise. HEX triplet: BB, F9 and EF. RGB value is (187,249,239). Sum of RGB (Red+Green+Blue) = 187+249+239=675 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.70% from 675); Green value is 249 (97.66% from 255 or 36.89% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF9EF is #440610. Grayscale: #E5E5E5. Windows color (decimal): -4458001 or 15727035. OLE color: 15727035.
HSL color Cylindrical-coordinate representation of color #BBF9EF: hue angle of 170.32º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9EF is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 239 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.02 |
| HSL | 170.32º | 0.84% | 0.85% | - |
| HSV(B) | 170.32º | 0.25% | 0.98% | - |
| XYZ | 69.95 | 84.55 | 94.29 | - |
| YUV | 229.32 | 133.46 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 239 | 0.25 | 0 | 0.04 | 0.02 | 170.32 | 0.84 | 0.85 |
| Hex | BB | F9 | EF | 19 | 0 | 4 | 2 | AA | 54 | 55 |
| Octal | 273 | 371 | 357 | 31 | 0 | 4 | 2 | 252 | 124 | 125 |
| Binary | 10111011 | 11111001 | 11101111 | 11001 | 0 | 100 | 10 | 10101010 | 1010100 | 1010101 |
Color Harmonies of #BBF9EF
Complementary color
Monochromatic Colors of #BBF9EF
Black with #BBF9EF
Text Example
Text Example
White with #BBF9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF9EF; }
p { color: rgb(187,249,239); }
H1.HeaderClassName
{
color: #BBF9EF;
}
.AnyTagClassName
{
color: #BBF9EF;
}
</style>
background-color css
<style>
a { background-color: #BBF9EF; }
a { background-color: rgb(187,249,239); }
div.DivClassName
{
background-color: #BBF9EF;
}
.BgClassName
{
background-color: #BBF9EF;
}
</style>
border-color css
<style>
span { border-color: #BBF9EF; }
span { border-color: rgb(187,249,239); }
td.TdClassName
{
border-color: #BBF9EF;
}
.TagClassName
{
border-color: #BBF9EF;
}
</style>