Shades of Pale Turquoise #BBFAF1
Tints of Pale Turquoise #BBFAF1
RGB
CMYK
RGB Variations
Color information
#BBFAF1 (or 0xBBFAF1) is known color: Pale Turquoise. HEX triplet: BB, FA and F1. RGB value is (187,250,241). Sum of RGB (Red+Green+Blue) = 187+250+241=678 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.58% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAF1 is #44050E. Grayscale: #E6E6E6. Windows color (decimal): -4457743 or 15858363. OLE color: 15858363.
HSL color Cylindrical-coordinate representation of color #BBFAF1: hue angle of 171.43º 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 #BBFAF1 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 241 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.02 |
| HSL | 171.43º | 0.86% | 0.86% | - |
| HSV(B) | 171.43º | 0.25% | 0.98% | - |
| XYZ | 70.56 | 85.29 | 95.96 | - |
| YUV | 230.14 | 134.13 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 241 | 0.25 | 0 | 0.04 | 0.02 | 171.43 | 0.86 | 0.86 |
| Hex | BB | FA | F1 | 19 | 0 | 4 | 2 | AB | 56 | 56 |
| Octal | 273 | 372 | 361 | 31 | 0 | 4 | 2 | 253 | 126 | 126 |
| Binary | 10111011 | 11111010 | 11110001 | 11001 | 0 | 100 | 10 | 10101011 | 1010110 | 1010110 |
Color Harmonies of #BBFAF1
Complementary color
Monochromatic Colors of #BBFAF1
Black with #BBFAF1
Text Example
Text Example
White with #BBFAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFAF1; }
p { color: rgb(187,250,241); }
H1.HeaderClassName
{
color: #BBFAF1;
}
.AnyTagClassName
{
color: #BBFAF1;
}
</style>
background-color css
<style>
a { background-color: #BBFAF1; }
a { background-color: rgb(187,250,241); }
div.DivClassName
{
background-color: #BBFAF1;
}
.BgClassName
{
background-color: #BBFAF1;
}
</style>
border-color css
<style>
span { border-color: #BBFAF1; }
span { border-color: rgb(187,250,241); }
td.TdClassName
{
border-color: #BBFAF1;
}
.TagClassName
{
border-color: #BBFAF1;
}
</style>