Shades of Pale Turquoise #BBF5FC
Tints of Pale Turquoise #BBF5FC
RGB
CMYK
RGB Variations
Color information
#BBF5FC (or 0xBBF5FC) is known color: Pale Turquoise. HEX triplet: BB, F5 and FC. RGB value is (187,245,252). Sum of RGB (Red+Green+Blue) = 187+245+252=684 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.34% from 684); Green value is 245 (96.09% from 255 or 35.82% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBF5FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF5FC is #440A03. Grayscale: #E4E4E4. Windows color (decimal): -4459012 or 16577979. OLE color: 16577979.
HSL color Cylindrical-coordinate representation of color #BBF5FC: hue angle of 186.46º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBF5FC is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 245 | 252 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.01 |
| HSL | 186.46º | 0.92% | 0.86% | - |
| HSV(B) | 186.46º | 0.26% | 0.99% | - |
| XYZ | 70.72 | 82.9 | 104.37 | - |
| YUV | 228.46 | 141.28 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 252 | 0.26 | 0.03 | 0 | 0.01 | 186.46 | 0.92 | 0.86 |
| Hex | BB | F5 | FC | 1A | 3 | 0 | 1 | BA | 5C | 56 |
| Octal | 273 | 365 | 374 | 32 | 3 | 0 | 1 | 272 | 134 | 126 |
| Binary | 10111011 | 11110101 | 11111100 | 11010 | 11 | 0 | 1 | 10111010 | 1011100 | 1010110 |
Color Harmonies of #BBF5FC
Complementary color
Monochromatic Colors of #BBF5FC
Black with #BBF5FC
Text Example
Text Example
White with #BBF5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF5FC; }
p { color: rgb(187,245,252); }
H1.HeaderClassName
{
color: #BBF5FC;
}
.AnyTagClassName
{
color: #BBF5FC;
}
</style>
background-color css
<style>
a { background-color: #BBF5FC; }
a { background-color: rgb(187,245,252); }
div.DivClassName
{
background-color: #BBF5FC;
}
.BgClassName
{
background-color: #BBF5FC;
}
</style>
border-color css
<style>
span { border-color: #BBF5FC; }
span { border-color: rgb(187,245,252); }
td.TdClassName
{
border-color: #BBF5FC;
}
.TagClassName
{
border-color: #BBF5FC;
}
</style>