Shades of Pale Turquoise #BBF3F3
Tints of Pale Turquoise #BBF3F3
RGB
CMYK
RGB Variations
Color information
#BBF3F3 (or 0xBBF3F3) is known color: Pale Turquoise. HEX triplet: BB, F3 and F3. RGB value is (187,243,243). Sum of RGB (Red+Green+Blue) = 187+243+243=673 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.79% from 673); Green value is 243 (95.31% from 255 or 36.11% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 243 - color contains mainly: green, blue. Hex color #BBF3F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF3F3 is #440C0C. Grayscale: #E2E2E2. Windows color (decimal): -4459533 or 15987643. OLE color: 15987643.
HSL color Cylindrical-coordinate representation of color #BBF3F3: hue angle of 180º 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 #BBF3F3 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 243 | - |
| CMYK | 0.23 | 0 | 0 | 0.05 |
| HSL | 180º | 0.7% | 0.84% | - |
| HSV(B) | 180º | 0.23% | 0.95% | - |
| XYZ | 68.72 | 81.14 | 96.83 | - |
| YUV | 226.26 | 137.45 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 243 | 0.23 | 0 | 0 | 0.05 | 180 | 0.7 | 0.84 |
| Hex | BB | F3 | F3 | 17 | 0 | 0 | 5 | B4 | 46 | 54 |
| Octal | 273 | 363 | 363 | 27 | 0 | 0 | 5 | 264 | 106 | 124 |
| Binary | 10111011 | 11110011 | 11110011 | 10111 | 0 | 0 | 101 | 10110100 | 1000110 | 1010100 |
Color Harmonies of #BBF3F3
Complementary color
Monochromatic Colors of #BBF3F3
Black with #BBF3F3
Text Example
Text Example
White with #BBF3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF3F3; }
p { color: rgb(187,243,243); }
H1.HeaderClassName
{
color: #BBF3F3;
}
.AnyTagClassName
{
color: #BBF3F3;
}
</style>
background-color css
<style>
a { background-color: #BBF3F3; }
a { background-color: rgb(187,243,243); }
div.DivClassName
{
background-color: #BBF3F3;
}
.BgClassName
{
background-color: #BBF3F3;
}
</style>
border-color css
<style>
span { border-color: #BBF3F3; }
span { border-color: rgb(187,243,243); }
td.TdClassName
{
border-color: #BBF3F3;
}
.TagClassName
{
border-color: #BBF3F3;
}
</style>