Shades of Pale Turquoise #BBF7EE
Tints of Pale Turquoise #BBF7EE
RGB
CMYK
RGB Variations
Color information
#BBF7EE (or 0xBBF7EE) is known color: Pale Turquoise. HEX triplet: BB, F7 and EE. RGB value is (187,247,238). Sum of RGB (Red+Green+Blue) = 187+247+238=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 247 (96.88% from 255 or 36.76% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF7EE is #440811. Grayscale: #E4E4E4. Windows color (decimal): -4458514 or 15660987. OLE color: 15660987.
HSL color Cylindrical-coordinate representation of color #BBF7EE: hue angle of 171º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF7EE is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 238 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.03 |
| HSL | 171º | 0.79% | 0.85% | - |
| HSV(B) | 171º | 0.24% | 0.97% | - |
| XYZ | 69.19 | 83.26 | 93.31 | - |
| YUV | 228.03 | 133.62 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 238 | 0.24 | 0 | 0.04 | 0.03 | 171 | 0.79 | 0.85 |
| Hex | BB | F7 | EE | 18 | 0 | 4 | 3 | AB | 4F | 55 |
| Octal | 273 | 367 | 356 | 30 | 0 | 4 | 3 | 253 | 117 | 125 |
| Binary | 10111011 | 11110111 | 11101110 | 11000 | 0 | 100 | 11 | 10101011 | 1001111 | 1010101 |
Color Harmonies of #BBF7EE
Complementary color
Monochromatic Colors of #BBF7EE
Black with #BBF7EE
Text Example
Text Example
White with #BBF7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF7EE; }
p { color: rgb(187,247,238); }
H1.HeaderClassName
{
color: #BBF7EE;
}
.AnyTagClassName
{
color: #BBF7EE;
}
</style>
background-color css
<style>
a { background-color: #BBF7EE; }
a { background-color: rgb(187,247,238); }
div.DivClassName
{
background-color: #BBF7EE;
}
.BgClassName
{
background-color: #BBF7EE;
}
</style>
border-color css
<style>
span { border-color: #BBF7EE; }
span { border-color: rgb(187,247,238); }
td.TdClassName
{
border-color: #BBF7EE;
}
.TagClassName
{
border-color: #BBF7EE;
}
</style>