Shades of Pale Turquoise #BBFEFA
Tints of Pale Turquoise #BBFEFA
RGB
CMYK
RGB Variations
Color information
#BBFEFA (or 0xBBFEFA) is known color: Pale Turquoise. HEX triplet: BB, FE and FA. RGB value is (187,254,250). Sum of RGB (Red+Green+Blue) = 187+254+250=691 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.06% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEFA is #440105. Grayscale: #E9E9E9. Windows color (decimal): -4456710 or 16449211. OLE color: 16449211.
HSL color Cylindrical-coordinate representation of color #BBFEFA: hue angle of 176.42º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFEFA is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 250 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.00 |
| HSL | 176.42º | 0.97% | 0.86% | - |
| HSV(B) | 176.42º | 0.26% | 1% | - |
| XYZ | 73.19 | 88.35 | 103.64 | - |
| YUV | 233.51 | 137.3 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 250 | 0.26 | 0 | 0.02 | 0.00 | 176.42 | 0.97 | 0.86 |
| Hex | BB | FE | FA | 1A | 0 | 2 | 0 | B0 | 61 | 56 |
| Octal | 273 | 376 | 372 | 32 | 0 | 2 | 0 | 260 | 141 | 126 |
| Binary | 10111011 | 11111110 | 11111010 | 11010 | 0 | 10 | 0 | 10110000 | 1100001 | 1010110 |
Color Harmonies of #BBFEFA
Complementary color
Monochromatic Colors of #BBFEFA
Black with #BBFEFA
Text Example
Text Example
White with #BBFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFEFA; }
p { color: rgb(187,254,250); }
H1.HeaderClassName
{
color: #BBFEFA;
}
.AnyTagClassName
{
color: #BBFEFA;
}
</style>
background-color css
<style>
a { background-color: #BBFEFA; }
a { background-color: rgb(187,254,250); }
div.DivClassName
{
background-color: #BBFEFA;
}
.BgClassName
{
background-color: #BBFEFA;
}
</style>
border-color css
<style>
span { border-color: #BBFEFA; }
span { border-color: rgb(187,254,250); }
td.TdClassName
{
border-color: #BBFEFA;
}
.TagClassName
{
border-color: #BBFEFA;
}
</style>