Shades of Pale Turquoise #BBF2EE
Tints of Pale Turquoise #BBF2EE
RGB
CMYK
RGB Variations
Color information
#BBF2EE (or 0xBBF2EE) is known color: Pale Turquoise. HEX triplet: BB, F2 and EE. RGB value is (187,242,238). Sum of RGB (Red+Green+Blue) = 187+242+238=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF2EE is #440D11. Grayscale: #E1E1E1. Windows color (decimal): -4459794 or 15659707. OLE color: 15659707.
HSL color Cylindrical-coordinate representation of color #BBF2EE: hue angle of 175.64º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2EE is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 238 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.05 |
| HSL | 175.64º | 0.68% | 0.84% | - |
| HSV(B) | 175.64º | 0.23% | 0.95% | - |
| XYZ | 67.68 | 80.24 | 92.81 | - |
| YUV | 225.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 238 | 0.23 | 0 | 0.02 | 0.05 | 175.64 | 0.68 | 0.84 |
| Hex | BB | F2 | EE | 17 | 0 | 2 | 5 | B0 | 44 | 54 |
| Octal | 273 | 362 | 356 | 27 | 0 | 2 | 5 | 260 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11101110 | 10111 | 0 | 10 | 101 | 10110000 | 1000100 | 1010100 |
Color Harmonies of #BBF2EE
Complementary color
Monochromatic Colors of #BBF2EE
Black with #BBF2EE
Text Example
Text Example
White with #BBF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2EE; }
p { color: rgb(187,242,238); }
H1.HeaderClassName
{
color: #BBF2EE;
}
.AnyTagClassName
{
color: #BBF2EE;
}
</style>
background-color css
<style>
a { background-color: #BBF2EE; }
a { background-color: rgb(187,242,238); }
div.DivClassName
{
background-color: #BBF2EE;
}
.BgClassName
{
background-color: #BBF2EE;
}
</style>
border-color css
<style>
span { border-color: #BBF2EE; }
span { border-color: rgb(187,242,238); }
td.TdClassName
{
border-color: #BBF2EE;
}
.TagClassName
{
border-color: #BBF2EE;
}
</style>