Shades of Pale Turquoise #BBF3F2
Tints of Pale Turquoise #BBF3F2
RGB
CMYK
RGB Variations
Color information
#BBF3F2 (or 0xBBF3F2) is known color: Pale Turquoise. HEX triplet: BB, F3 and F2. RGB value is (187,243,242). Sum of RGB (Red+Green+Blue) = 187+243+242=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 243 (95.31% from 255 or 36.16% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF3F2 is #440C0D. Grayscale: #E2E2E2. Windows color (decimal): -4459534 or 15922107. OLE color: 15922107.
HSL color Cylindrical-coordinate representation of color #BBF3F2: hue angle of 178.93º 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 #BBF3F2 is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 242 | - |
| CMYK | 0.23 | 0 | 0.00 | 0.05 |
| HSL | 178.93º | 0.7% | 0.84% | - |
| HSV(B) | 178.93º | 0.23% | 0.95% | - |
| XYZ | 68.57 | 81.08 | 96.04 | - |
| YUV | 226.14 | 136.95 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 242 | 0.23 | 0 | 0.00 | 0.05 | 178.93 | 0.7 | 0.84 |
| Hex | BB | F3 | F2 | 17 | 0 | 0 | 5 | B3 | 46 | 54 |
| Octal | 273 | 363 | 362 | 27 | 0 | 0 | 5 | 263 | 106 | 124 |
| Binary | 10111011 | 11110011 | 11110010 | 10111 | 0 | 0 | 101 | 10110011 | 1000110 | 1010100 |
Color Harmonies of #BBF3F2
Complementary color
Monochromatic Colors of #BBF3F2
Black with #BBF3F2
Text Example
Text Example
White with #BBF3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF3F2; }
p { color: rgb(187,243,242); }
H1.HeaderClassName
{
color: #BBF3F2;
}
.AnyTagClassName
{
color: #BBF3F2;
}
</style>
background-color css
<style>
a { background-color: #BBF3F2; }
a { background-color: rgb(187,243,242); }
div.DivClassName
{
background-color: #BBF3F2;
}
.BgClassName
{
background-color: #BBF3F2;
}
</style>
border-color css
<style>
span { border-color: #BBF3F2; }
span { border-color: rgb(187,243,242); }
td.TdClassName
{
border-color: #BBF3F2;
}
.TagClassName
{
border-color: #BBF3F2;
}
</style>