Shades of Pale Turquoise #BBF3F7
Tints of Pale Turquoise #BBF3F7
RGB
CMYK
RGB Variations
Color information
#BBF3F7 (or 0xBBF3F7) is known color: Pale Turquoise. HEX triplet: BB, F3 and F7. RGB value is (187,243,247). Sum of RGB (Red+Green+Blue) = 187+243+247=677 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.62% from 677); Green value is 243 (95.31% from 255 or 35.89% from 677); Blue value is 247 (96.88% from 255 or 36.48% from 677); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBF3F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF3F7 is #440C08. Grayscale: #E2E2E2. Windows color (decimal): -4459529 or 16249787. OLE color: 16249787.
HSL color Cylindrical-coordinate representation of color #BBF3F7: hue angle of 184º 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 #BBF3F7 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 243 | 247 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.03 |
| HSL | 184º | 0.79% | 0.85% | - |
| HSV(B) | 184º | 0.24% | 0.97% | - |
| XYZ | 69.33 | 81.38 | 100.05 | - |
| YUV | 226.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 247 | 0.24 | 0.02 | 0 | 0.03 | 184 | 0.79 | 0.85 |
| Hex | BB | F3 | F7 | 18 | 2 | 0 | 3 | B8 | 4F | 55 |
| Octal | 273 | 363 | 367 | 30 | 2 | 0 | 3 | 270 | 117 | 125 |
| Binary | 10111011 | 11110011 | 11110111 | 11000 | 10 | 0 | 11 | 10111000 | 1001111 | 1010101 |
Color Harmonies of #BBF3F7
Complementary color
Monochromatic Colors of #BBF3F7
Black with #BBF3F7
Text Example
Text Example
White with #BBF3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF3F7; }
p { color: rgb(187,243,247); }
H1.HeaderClassName
{
color: #BBF3F7;
}
.AnyTagClassName
{
color: #BBF3F7;
}
</style>
background-color css
<style>
a { background-color: #BBF3F7; }
a { background-color: rgb(187,243,247); }
div.DivClassName
{
background-color: #BBF3F7;
}
.BgClassName
{
background-color: #BBF3F7;
}
</style>
border-color css
<style>
span { border-color: #BBF3F7; }
span { border-color: rgb(187,243,247); }
td.TdClassName
{
border-color: #BBF3F7;
}
.TagClassName
{
border-color: #BBF3F7;
}
</style>