Shades of Pale Turquoise #BBF6F4
Tints of Pale Turquoise #BBF6F4
RGB
CMYK
RGB Variations
Color information
#BBF6F4 (or 0xBBF6F4) is known color: Pale Turquoise. HEX triplet: BB, F6 and F4. RGB value is (187,246,244). Sum of RGB (Red+Green+Blue) = 187+246+244=677 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.62% from 677); Green value is 246 (96.48% from 255 or 36.34% from 677); Blue value is 244 (95.70% from 255 or 36.04% from 677); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF6F4 is #44090B. Grayscale: #E4E4E4. Windows color (decimal): -4458764 or 16053947. OLE color: 16053947.
HSL color Cylindrical-coordinate representation of color #BBF6F4: hue angle of 177.97º 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 #BBF6F4 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 244 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.04 |
| HSL | 177.97º | 0.77% | 0.85% | - |
| HSV(B) | 177.97º | 0.24% | 0.96% | - |
| XYZ | 69.78 | 83.01 | 97.93 | - |
| YUV | 228.13 | 136.95 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 244 | 0.24 | 0 | 0.01 | 0.04 | 177.97 | 0.77 | 0.85 |
| Hex | BB | F6 | F4 | 18 | 0 | 1 | 4 | B2 | 4D | 55 |
| Octal | 273 | 366 | 364 | 30 | 0 | 1 | 4 | 262 | 115 | 125 |
| Binary | 10111011 | 11110110 | 11110100 | 11000 | 0 | 1 | 100 | 10110010 | 1001101 | 1010101 |
Color Harmonies of #BBF6F4
Complementary color
Monochromatic Colors of #BBF6F4
Black with #BBF6F4
Text Example
Text Example
White with #BBF6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF6F4; }
p { color: rgb(187,246,244); }
H1.HeaderClassName
{
color: #BBF6F4;
}
.AnyTagClassName
{
color: #BBF6F4;
}
</style>
background-color css
<style>
a { background-color: #BBF6F4; }
a { background-color: rgb(187,246,244); }
div.DivClassName
{
background-color: #BBF6F4;
}
.BgClassName
{
background-color: #BBF6F4;
}
</style>
border-color css
<style>
span { border-color: #BBF6F4; }
span { border-color: rgb(187,246,244); }
td.TdClassName
{
border-color: #BBF6F4;
}
.TagClassName
{
border-color: #BBF6F4;
}
</style>