Shades of Pale Turquoise #BBFEF2
Tints of Pale Turquoise #BBFEF2
RGB
CMYK
RGB Variations
Color information
#BBFEF2 (or 0xBBFEF2) is known color: Pale Turquoise. HEX triplet: BB, FE and F2. RGB value is (187,254,242). Sum of RGB (Red+Green+Blue) = 187+254+242=683 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.38% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEF2 is #44010D. Grayscale: #E8E8E8. Windows color (decimal): -4456718 or 15924923. OLE color: 15924923.
HSL color Cylindrical-coordinate representation of color #BBFEF2: hue angle of 169.25º 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 #BBFEF2 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 242 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.00 |
| HSL | 169.25º | 0.97% | 0.86% | - |
| HSV(B) | 169.25º | 0.26% | 1% | - |
| XYZ | 71.96 | 87.86 | 97.17 | - |
| YUV | 232.6 | 133.3 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 242 | 0.26 | 0 | 0.05 | 0.00 | 169.25 | 0.97 | 0.86 |
| Hex | BB | FE | F2 | 1A | 0 | 5 | 0 | A9 | 61 | 56 |
| Octal | 273 | 376 | 362 | 32 | 0 | 5 | 0 | 251 | 141 | 126 |
| Binary | 10111011 | 11111110 | 11110010 | 11010 | 0 | 101 | 0 | 10101001 | 1100001 | 1010110 |
Color Harmonies of #BBFEF2
Complementary color
Monochromatic Colors of #BBFEF2
Black with #BBFEF2
Text Example
Text Example
White with #BBFEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFEF2; }
p { color: rgb(187,254,242); }
H1.HeaderClassName
{
color: #BBFEF2;
}
.AnyTagClassName
{
color: #BBFEF2;
}
</style>
background-color css
<style>
a { background-color: #BBFEF2; }
a { background-color: rgb(187,254,242); }
div.DivClassName
{
background-color: #BBFEF2;
}
.BgClassName
{
background-color: #BBFEF2;
}
</style>
border-color css
<style>
span { border-color: #BBFEF2; }
span { border-color: rgb(187,254,242); }
td.TdClassName
{
border-color: #BBFEF2;
}
.TagClassName
{
border-color: #BBFEF2;
}
</style>