Shades of Pale Turquoise #BBFEF1
Tints of Pale Turquoise #BBFEF1
RGB
CMYK
RGB Variations
Color information
#BBFEF1 (or 0xBBFEF1) is known color: Pale Turquoise. HEX triplet: BB, FE and F1. RGB value is (187,254,241). Sum of RGB (Red+Green+Blue) = 187+254+241=682 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.42% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEF1 is #44010E. Grayscale: #E8E8E8. Windows color (decimal): -4456719 or 15859387. OLE color: 15859387.
HSL color Cylindrical-coordinate representation of color #BBFEF1: hue angle of 168.36º 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 #BBFEF1 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 241 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.00 |
| HSL | 168.36º | 0.97% | 0.86% | - |
| HSV(B) | 168.36º | 0.26% | 1% | - |
| XYZ | 71.81 | 87.8 | 96.38 | - |
| YUV | 232.49 | 132.8 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 241 | 0.26 | 0 | 0.05 | 0.00 | 168.36 | 0.97 | 0.86 |
| Hex | BB | FE | F1 | 1A | 0 | 5 | 0 | A8 | 61 | 56 |
| Octal | 273 | 376 | 361 | 32 | 0 | 5 | 0 | 250 | 141 | 126 |
| Binary | 10111011 | 11111110 | 11110001 | 11010 | 0 | 101 | 0 | 10101000 | 1100001 | 1010110 |
Color Harmonies of #BBFEF1
Complementary color
Monochromatic Colors of #BBFEF1
Black with #BBFEF1
Text Example
Text Example
White with #BBFEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFEF1; }
p { color: rgb(187,254,241); }
H1.HeaderClassName
{
color: #BBFEF1;
}
.AnyTagClassName
{
color: #BBFEF1;
}
</style>
background-color css
<style>
a { background-color: #BBFEF1; }
a { background-color: rgb(187,254,241); }
div.DivClassName
{
background-color: #BBFEF1;
}
.BgClassName
{
background-color: #BBFEF1;
}
</style>
border-color css
<style>
span { border-color: #BBFEF1; }
span { border-color: rgb(187,254,241); }
td.TdClassName
{
border-color: #BBFEF1;
}
.TagClassName
{
border-color: #BBFEF1;
}
</style>