Shades of Pale Turquoise #BBFDF1
Tints of Pale Turquoise #BBFDF1
RGB
CMYK
RGB Variations
Color information
#BBFDF1 (or 0xBBFDF1) is known color: Pale Turquoise. HEX triplet: BB, FD and F1. RGB value is (187,253,241). Sum of RGB (Red+Green+Blue) = 187+253+241=681 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.46% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDF1 is #44020E. Grayscale: #E7E7E7. Windows color (decimal): -4456975 or 15859131. OLE color: 15859131.
HSL color Cylindrical-coordinate representation of color #BBFDF1: hue angle of 169.09º degrees, saturation: 0.94, 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 #BBFDF1 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 241 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.01 |
| HSL | 169.09º | 0.94% | 0.86% | - |
| HSV(B) | 169.09º | 0.26% | 0.99% | - |
| XYZ | 71.5 | 87.17 | 96.28 | - |
| YUV | 231.9 | 133.13 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 241 | 0.26 | 0 | 0.05 | 0.01 | 169.09 | 0.94 | 0.86 |
| Hex | BB | FD | F1 | 1A | 0 | 5 | 1 | A9 | 5E | 56 |
| Octal | 273 | 375 | 361 | 32 | 0 | 5 | 1 | 251 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11110001 | 11010 | 0 | 101 | 1 | 10101001 | 1011110 | 1010110 |
Color Harmonies of #BBFDF1
Complementary color
Monochromatic Colors of #BBFDF1
Black with #BBFDF1
Text Example
Text Example
White with #BBFDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDF1; }
p { color: rgb(187,253,241); }
H1.HeaderClassName
{
color: #BBFDF1;
}
.AnyTagClassName
{
color: #BBFDF1;
}
</style>
background-color css
<style>
a { background-color: #BBFDF1; }
a { background-color: rgb(187,253,241); }
div.DivClassName
{
background-color: #BBFDF1;
}
.BgClassName
{
background-color: #BBFDF1;
}
</style>
border-color css
<style>
span { border-color: #BBFDF1; }
span { border-color: rgb(187,253,241); }
td.TdClassName
{
border-color: #BBFDF1;
}
.TagClassName
{
border-color: #BBFDF1;
}
</style>