Shades of Pale Turquoise #BBF5EE
Tints of Pale Turquoise #BBF5EE
RGB
CMYK
RGB Variations
Color information
#BBF5EE (or 0xBBF5EE) is known color: Pale Turquoise. HEX triplet: BB, F5 and EE. RGB value is (187,245,238). Sum of RGB (Red+Green+Blue) = 187+245+238=670 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.91% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF5EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF5EE is #440A11. Grayscale: #E2E2E2. Windows color (decimal): -4459026 or 15660475. OLE color: 15660475.
HSL color Cylindrical-coordinate representation of color #BBF5EE: hue angle of 172.76º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF5EE is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 238 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.04 |
| HSL | 172.76º | 0.74% | 0.85% | - |
| HSV(B) | 172.76º | 0.24% | 0.96% | - |
| XYZ | 68.58 | 82.04 | 93.11 | - |
| YUV | 226.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 238 | 0.24 | 0 | 0.03 | 0.04 | 172.76 | 0.74 | 0.85 |
| Hex | BB | F5 | EE | 18 | 0 | 3 | 4 | AD | 4A | 55 |
| Octal | 273 | 365 | 356 | 30 | 0 | 3 | 4 | 255 | 112 | 125 |
| Binary | 10111011 | 11110101 | 11101110 | 11000 | 0 | 11 | 100 | 10101101 | 1001010 | 1010101 |
Color Harmonies of #BBF5EE
Complementary color
Monochromatic Colors of #BBF5EE
Black with #BBF5EE
Text Example
Text Example
White with #BBF5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF5EE; }
p { color: rgb(187,245,238); }
H1.HeaderClassName
{
color: #BBF5EE;
}
.AnyTagClassName
{
color: #BBF5EE;
}
</style>
background-color css
<style>
a { background-color: #BBF5EE; }
a { background-color: rgb(187,245,238); }
div.DivClassName
{
background-color: #BBF5EE;
}
.BgClassName
{
background-color: #BBF5EE;
}
</style>
border-color css
<style>
span { border-color: #BBF5EE; }
span { border-color: rgb(187,245,238); }
td.TdClassName
{
border-color: #BBF5EE;
}
.TagClassName
{
border-color: #BBF5EE;
}
</style>