Shades of Pale Turquoise #BBF9FE
Tints of Pale Turquoise #BBF9FE
RGB
CMYK
RGB Variations
Color information
#BBF9FE (or 0xBBF9FE) is known color: Pale Turquoise. HEX triplet: BB, F9 and FE. RGB value is (187,249,254). Sum of RGB (Red+Green+Blue) = 187+249+254=690 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.10% from 690); Green value is 249 (97.66% from 255 or 36.09% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBF9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF9FE is #440601. Grayscale: #E6E6E6. Windows color (decimal): -4457986 or 16710075. OLE color: 16710075.
HSL color Cylindrical-coordinate representation of color #BBF9FE: hue angle of 184.48º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBF9FE is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 249 | 254 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.00 |
| HSL | 184.48º | 0.97% | 0.86% | - |
| HSV(B) | 184.48º | 0.26% | 1% | - |
| XYZ | 72.26 | 85.47 | 106.46 | - |
| YUV | 231.03 | 140.96 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 254 | 0.26 | 0.02 | 0 | 0.00 | 184.48 | 0.97 | 0.86 |
| Hex | BB | F9 | FE | 1A | 2 | 0 | 0 | B8 | 61 | 56 |
| Octal | 273 | 371 | 376 | 32 | 2 | 0 | 0 | 270 | 141 | 126 |
| Binary | 10111011 | 11111001 | 11111110 | 11010 | 10 | 0 | 0 | 10111000 | 1100001 | 1010110 |
Color Harmonies of #BBF9FE
Complementary color
Monochromatic Colors of #BBF9FE
Black with #BBF9FE
Text Example
Text Example
White with #BBF9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF9FE; }
p { color: rgb(187,249,254); }
H1.HeaderClassName
{
color: #BBF9FE;
}
.AnyTagClassName
{
color: #BBF9FE;
}
</style>
background-color css
<style>
a { background-color: #BBF9FE; }
a { background-color: rgb(187,249,254); }
div.DivClassName
{
background-color: #BBF9FE;
}
.BgClassName
{
background-color: #BBF9FE;
}
</style>
border-color css
<style>
span { border-color: #BBF9FE; }
span { border-color: rgb(187,249,254); }
td.TdClassName
{
border-color: #BBF9FE;
}
.TagClassName
{
border-color: #BBF9FE;
}
</style>