Shades of Pale Turquoise #BBF7F5
Tints of Pale Turquoise #BBF7F5
RGB
CMYK
RGB Variations
Color information
#BBF7F5 (or 0xBBF7F5) is known color: Pale Turquoise. HEX triplet: BB, F7 and F5. RGB value is (187,247,245). Sum of RGB (Red+Green+Blue) = 187+247+245=679 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.54% from 679); Green value is 247 (96.88% from 255 or 36.38% from 679); Blue value is 245 (96.09% from 255 or 36.08% from 679); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF7F5 is #44080A. Grayscale: #E4E4E4. Windows color (decimal): -4458507 or 16119739. OLE color: 16119739.
HSL color Cylindrical-coordinate representation of color #BBF7F5: hue angle of 178º 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 #BBF7F5 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 245 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.03 |
| HSL | 178º | 0.79% | 0.85% | - |
| HSV(B) | 178º | 0.24% | 0.97% | - |
| XYZ | 70.24 | 83.68 | 98.84 | - |
| YUV | 228.83 | 137.12 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 245 | 0.24 | 0 | 0.01 | 0.03 | 178 | 0.79 | 0.85 |
| Hex | BB | F7 | F5 | 18 | 0 | 1 | 3 | B2 | 4F | 55 |
| Octal | 273 | 367 | 365 | 30 | 0 | 1 | 3 | 262 | 117 | 125 |
| Binary | 10111011 | 11110111 | 11110101 | 11000 | 0 | 1 | 11 | 10110010 | 1001111 | 1010101 |
Color Harmonies of #BBF7F5
Complementary color
Monochromatic Colors of #BBF7F5
Black with #BBF7F5
Text Example
Text Example
White with #BBF7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF7F5; }
p { color: rgb(187,247,245); }
H1.HeaderClassName
{
color: #BBF7F5;
}
.AnyTagClassName
{
color: #BBF7F5;
}
</style>
background-color css
<style>
a { background-color: #BBF7F5; }
a { background-color: rgb(187,247,245); }
div.DivClassName
{
background-color: #BBF7F5;
}
.BgClassName
{
background-color: #BBF7F5;
}
</style>
border-color css
<style>
span { border-color: #BBF7F5; }
span { border-color: rgb(187,247,245); }
td.TdClassName
{
border-color: #BBF7F5;
}
.TagClassName
{
border-color: #BBF7F5;
}
</style>