Shades of Pale Turquoise #BBFEF6
Tints of Pale Turquoise #BBFEF6
RGB
CMYK
RGB Variations
Color information
#BBFEF6 (or 0xBBFEF6) is known color: Pale Turquoise. HEX triplet: BB, FE and F6. RGB value is (187,254,246). Sum of RGB (Red+Green+Blue) = 187+254+246=687 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.22% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 246 (96.48% from 255 or 35.81% from 687); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEF6 is #440109. Grayscale: #E9E9E9. Windows color (decimal): -4456714 or 16187067. OLE color: 16187067.
HSL color Cylindrical-coordinate representation of color #BBFEF6: hue angle of 172.84º 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 #BBFEF6 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 246 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.00 |
| HSL | 172.84º | 0.97% | 0.86% | - |
| HSV(B) | 172.84º | 0.26% | 1% | - |
| XYZ | 72.57 | 88.1 | 100.37 | - |
| YUV | 233.06 | 135.3 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 246 | 0.26 | 0 | 0.03 | 0.00 | 172.84 | 0.97 | 0.86 |
| Hex | BB | FE | F6 | 1A | 0 | 3 | 0 | AD | 61 | 56 |
| Octal | 273 | 376 | 366 | 32 | 0 | 3 | 0 | 255 | 141 | 126 |
| Binary | 10111011 | 11111110 | 11110110 | 11010 | 0 | 11 | 0 | 10101101 | 1100001 | 1010110 |
Color Harmonies of #BBFEF6
Complementary color
Monochromatic Colors of #BBFEF6
Black with #BBFEF6
Text Example
Text Example
White with #BBFEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFEF6; }
p { color: rgb(187,254,246); }
H1.HeaderClassName
{
color: #BBFEF6;
}
.AnyTagClassName
{
color: #BBFEF6;
}
</style>
background-color css
<style>
a { background-color: #BBFEF6; }
a { background-color: rgb(187,254,246); }
div.DivClassName
{
background-color: #BBFEF6;
}
.BgClassName
{
background-color: #BBFEF6;
}
</style>
border-color css
<style>
span { border-color: #BBFEF6; }
span { border-color: rgb(187,254,246); }
td.TdClassName
{
border-color: #BBFEF6;
}
.TagClassName
{
border-color: #BBFEF6;
}
</style>