Shades of Pale Turquoise #BBFEF3
Tints of Pale Turquoise #BBFEF3
RGB
CMYK
RGB Variations
Color information
#BBFEF3 (or 0xBBFEF3) is known color: Pale Turquoise. HEX triplet: BB, FE and F3. RGB value is (187,254,243). Sum of RGB (Red+Green+Blue) = 187+254+243=684 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.34% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 243 (95.31% from 255 or 35.53% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEF3 is #44010C. Grayscale: #E8E8E8. Windows color (decimal): -4456717 or 15990459. OLE color: 15990459.
HSL color Cylindrical-coordinate representation of color #BBFEF3: hue angle of 170.15º 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 #BBFEF3 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 243 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.00 |
| HSL | 170.15º | 0.97% | 0.86% | - |
| HSV(B) | 170.15º | 0.26% | 1% | - |
| XYZ | 72.11 | 87.92 | 97.96 | - |
| YUV | 232.71 | 133.8 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 243 | 0.26 | 0 | 0.04 | 0.00 | 170.15 | 0.97 | 0.86 |
| Hex | BB | FE | F3 | 1A | 0 | 4 | 0 | AA | 61 | 56 |
| Octal | 273 | 376 | 363 | 32 | 0 | 4 | 0 | 252 | 141 | 126 |
| Binary | 10111011 | 11111110 | 11110011 | 11010 | 0 | 100 | 0 | 10101010 | 1100001 | 1010110 |
Color Harmonies of #BBFEF3
Complementary color
Monochromatic Colors of #BBFEF3
Black with #BBFEF3
Text Example
Text Example
White with #BBFEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFEF3; }
p { color: rgb(187,254,243); }
H1.HeaderClassName
{
color: #BBFEF3;
}
.AnyTagClassName
{
color: #BBFEF3;
}
</style>
background-color css
<style>
a { background-color: #BBFEF3; }
a { background-color: rgb(187,254,243); }
div.DivClassName
{
background-color: #BBFEF3;
}
.BgClassName
{
background-color: #BBFEF3;
}
</style>
border-color css
<style>
span { border-color: #BBFEF3; }
span { border-color: rgb(187,254,243); }
td.TdClassName
{
border-color: #BBFEF3;
}
.TagClassName
{
border-color: #BBFEF3;
}
</style>