Shades of Pale Turquoise #BBF3F6
Tints of Pale Turquoise #BBF3F6
RGB
CMYK
RGB Variations
Color information
#BBF3F6 (or 0xBBF3F6) is known color: Pale Turquoise. HEX triplet: BB, F3 and F6. RGB value is (187,243,246). Sum of RGB (Red+Green+Blue) = 187+243+246=676 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.66% from 676); Green value is 243 (95.31% from 255 or 35.95% from 676); Blue value is 246 (96.48% from 255 or 36.39% from 676); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBF3F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF3F6 is #440C09. Grayscale: #E2E2E2. Windows color (decimal): -4459530 or 16184251. OLE color: 16184251.
HSL color Cylindrical-coordinate representation of color #BBF3F6: hue angle of 183.05º degrees, saturation: 0.77, 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 #BBF3F6 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 243 | 246 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.04 |
| HSL | 183.05º | 0.77% | 0.85% | - |
| HSV(B) | 183.05º | 0.24% | 0.96% | - |
| XYZ | 69.18 | 81.32 | 99.24 | - |
| YUV | 226.6 | 138.95 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 246 | 0.24 | 0.01 | 0 | 0.04 | 183.05 | 0.77 | 0.85 |
| Hex | BB | F3 | F6 | 18 | 1 | 0 | 4 | B7 | 4D | 55 |
| Octal | 273 | 363 | 366 | 30 | 1 | 0 | 4 | 267 | 115 | 125 |
| Binary | 10111011 | 11110011 | 11110110 | 11000 | 1 | 0 | 100 | 10110111 | 1001101 | 1010101 |
Color Harmonies of #BBF3F6
Complementary color
Monochromatic Colors of #BBF3F6
Black with #BBF3F6
Text Example
Text Example
White with #BBF3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF3F6; }
p { color: rgb(187,243,246); }
H1.HeaderClassName
{
color: #BBF3F6;
}
.AnyTagClassName
{
color: #BBF3F6;
}
</style>
background-color css
<style>
a { background-color: #BBF3F6; }
a { background-color: rgb(187,243,246); }
div.DivClassName
{
background-color: #BBF3F6;
}
.BgClassName
{
background-color: #BBF3F6;
}
</style>
border-color css
<style>
span { border-color: #BBF3F6; }
span { border-color: rgb(187,243,246); }
td.TdClassName
{
border-color: #BBF3F6;
}
.TagClassName
{
border-color: #BBF3F6;
}
</style>