Shades of Pale Turquoise #BBF0F2
Tints of Pale Turquoise #BBF0F2
RGB
CMYK
RGB Variations
Color information
#BBF0F2 (or 0xBBF0F2) is known color: Pale Turquoise. HEX triplet: BB, F0 and F2. RGB value is (187,240,242). Sum of RGB (Red+Green+Blue) = 187+240+242=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBF0F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF0F2 is #440F0D. Grayscale: #E0E0E0. Windows color (decimal): -4460302 or 15921339. OLE color: 15921339.
HSL color Cylindrical-coordinate representation of color #BBF0F2: hue angle of 182.18º degrees, saturation: 0.68, 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 #BBF0F2 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 240 | 242 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.05 |
| HSL | 182.18º | 0.68% | 0.84% | - |
| HSV(B) | 182.18º | 0.23% | 0.95% | - |
| XYZ | 67.68 | 79.3 | 95.74 | - |
| YUV | 224.38 | 137.94 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 242 | 0.23 | 0.01 | 0 | 0.05 | 182.18 | 0.68 | 0.84 |
| Hex | BB | F0 | F2 | 17 | 1 | 0 | 5 | B6 | 44 | 54 |
| Octal | 273 | 360 | 362 | 27 | 1 | 0 | 5 | 266 | 104 | 124 |
| Binary | 10111011 | 11110000 | 11110010 | 10111 | 1 | 0 | 101 | 10110110 | 1000100 | 1010100 |
Color Harmonies of #BBF0F2
Complementary color
Monochromatic Colors of #BBF0F2
Black with #BBF0F2
Text Example
Text Example
White with #BBF0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF0F2; }
p { color: rgb(187,240,242); }
H1.HeaderClassName
{
color: #BBF0F2;
}
.AnyTagClassName
{
color: #BBF0F2;
}
</style>
background-color css
<style>
a { background-color: #BBF0F2; }
a { background-color: rgb(187,240,242); }
div.DivClassName
{
background-color: #BBF0F2;
}
.BgClassName
{
background-color: #BBF0F2;
}
</style>
border-color css
<style>
span { border-color: #BBF0F2; }
span { border-color: rgb(187,240,242); }
td.TdClassName
{
border-color: #BBF0F2;
}
.TagClassName
{
border-color: #BBF0F2;
}
</style>