Shades of Pale Turquoise #BBFAF7
Tints of Pale Turquoise #BBFAF7
RGB
CMYK
RGB Variations
Color information
#BBFAF7 (or 0xBBFAF7) is known color: Pale Turquoise. HEX triplet: BB, FA and F7. RGB value is (187,250,247). Sum of RGB (Red+Green+Blue) = 187+250+247=684 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.34% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 247 (96.88% from 255 or 36.11% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAF7 is #440508. Grayscale: #E6E6E6. Windows color (decimal): -4457737 or 16251579. OLE color: 16251579.
HSL color Cylindrical-coordinate representation of color #BBFAF7: hue angle of 177.14º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFAF7 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 247 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.02 |
| HSL | 177.14º | 0.86% | 0.86% | - |
| HSV(B) | 177.14º | 0.25% | 0.98% | - |
| XYZ | 71.47 | 85.65 | 100.76 | - |
| YUV | 230.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 247 | 0.25 | 0 | 0.01 | 0.02 | 177.14 | 0.86 | 0.86 |
| Hex | BB | FA | F7 | 19 | 0 | 1 | 2 | B1 | 56 | 56 |
| Octal | 273 | 372 | 367 | 31 | 0 | 1 | 2 | 261 | 126 | 126 |
| Binary | 10111011 | 11111010 | 11110111 | 11001 | 0 | 1 | 10 | 10110001 | 1010110 | 1010110 |
Color Harmonies of #BBFAF7
Complementary color
Monochromatic Colors of #BBFAF7
Black with #BBFAF7
Text Example
Text Example
White with #BBFAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFAF7; }
p { color: rgb(187,250,247); }
H1.HeaderClassName
{
color: #BBFAF7;
}
.AnyTagClassName
{
color: #BBFAF7;
}
</style>
background-color css
<style>
a { background-color: #BBFAF7; }
a { background-color: rgb(187,250,247); }
div.DivClassName
{
background-color: #BBFAF7;
}
.BgClassName
{
background-color: #BBFAF7;
}
</style>
border-color css
<style>
span { border-color: #BBFAF7; }
span { border-color: rgb(187,250,247); }
td.TdClassName
{
border-color: #BBFAF7;
}
.TagClassName
{
border-color: #BBFAF7;
}
</style>