Shades of Pale Turquoise #BBF2F3
Tints of Pale Turquoise #BBF2F3
RGB
CMYK
RGB Variations
Color information
#BBF2F3 (or 0xBBF2F3) is known color: Pale Turquoise. HEX triplet: BB, F2 and F3. RGB value is (187,242,243). Sum of RGB (Red+Green+Blue) = 187+242+243=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 243 (95.31% from 255 or 36.16% from 672); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBF2F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF2F3 is #440D0C. Grayscale: #E1E1E1. Windows color (decimal): -4459789 or 15987387. OLE color: 15987387.
HSL color Cylindrical-coordinate representation of color #BBF2F3: hue angle of 181.07º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2F3 is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 243 | - |
| CMYK | 0.23 | 0.00 | 0 | 0.05 |
| HSL | 181.07º | 0.7% | 0.84% | - |
| HSV(B) | 181.07º | 0.23% | 0.95% | - |
| XYZ | 68.42 | 80.54 | 96.73 | - |
| YUV | 225.67 | 137.78 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 243 | 0.23 | 0.00 | 0 | 0.05 | 181.07 | 0.7 | 0.84 |
| Hex | BB | F2 | F3 | 17 | 0 | 0 | 5 | B5 | 46 | 54 |
| Octal | 273 | 362 | 363 | 27 | 0 | 0 | 5 | 265 | 106 | 124 |
| Binary | 10111011 | 11110010 | 11110011 | 10111 | 0 | 0 | 101 | 10110101 | 1000110 | 1010100 |
Color Harmonies of #BBF2F3
Complementary color
Monochromatic Colors of #BBF2F3
Black with #BBF2F3
Text Example
Text Example
White with #BBF2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2F3; }
p { color: rgb(187,242,243); }
H1.HeaderClassName
{
color: #BBF2F3;
}
.AnyTagClassName
{
color: #BBF2F3;
}
</style>
background-color css
<style>
a { background-color: #BBF2F3; }
a { background-color: rgb(187,242,243); }
div.DivClassName
{
background-color: #BBF2F3;
}
.BgClassName
{
background-color: #BBF2F3;
}
</style>
border-color css
<style>
span { border-color: #BBF2F3; }
span { border-color: rgb(187,242,243); }
td.TdClassName
{
border-color: #BBF2F3;
}
.TagClassName
{
border-color: #BBF2F3;
}
</style>