Shades of Pale Turquoise #BBFAFE
Tints of Pale Turquoise #BBFAFE
RGB
CMYK
RGB Variations
Color information
#BBFAFE (or 0xBBFAFE) is known color: Pale Turquoise. HEX triplet: BB, FA and FE. RGB value is (187,250,254). Sum of RGB (Red+Green+Blue) = 187+250+254=691 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.06% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBFAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAFE is #440501. Grayscale: #E7E7E7. Windows color (decimal): -4457730 or 16710331. OLE color: 16710331.
HSL color Cylindrical-coordinate representation of color #BBFAFE: hue angle of 183.58º 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 #BBFAFE is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 250 | 254 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.00 |
| HSL | 183.58º | 0.97% | 0.86% | - |
| HSV(B) | 183.58º | 0.26% | 1% | - |
| XYZ | 72.57 | 86.09 | 106.56 | - |
| YUV | 231.62 | 140.63 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 254 | 0.26 | 0.02 | 0 | 0.00 | 183.58 | 0.97 | 0.86 |
| Hex | BB | FA | FE | 1A | 2 | 0 | 0 | B8 | 61 | 56 |
| Octal | 273 | 372 | 376 | 32 | 2 | 0 | 0 | 270 | 141 | 126 |
| Binary | 10111011 | 11111010 | 11111110 | 11010 | 10 | 0 | 0 | 10111000 | 1100001 | 1010110 |
Color Harmonies of #BBFAFE
Complementary color
Monochromatic Colors of #BBFAFE
Black with #BBFAFE
Text Example
Text Example
White with #BBFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFAFE; }
p { color: rgb(187,250,254); }
H1.HeaderClassName
{
color: #BBFAFE;
}
.AnyTagClassName
{
color: #BBFAFE;
}
</style>
background-color css
<style>
a { background-color: #BBFAFE; }
a { background-color: rgb(187,250,254); }
div.DivClassName
{
background-color: #BBFAFE;
}
.BgClassName
{
background-color: #BBFAFE;
}
</style>
border-color css
<style>
span { border-color: #BBFAFE; }
span { border-color: rgb(187,250,254); }
td.TdClassName
{
border-color: #BBFAFE;
}
.TagClassName
{
border-color: #BBFAFE;
}
</style>