Shades of Pale Turquoise #BBFDF2
Tints of Pale Turquoise #BBFDF2
RGB
CMYK
RGB Variations
Color information
#BBFDF2 (or 0xBBFDF2) is known color: Pale Turquoise. HEX triplet: BB, FD and F2. RGB value is (187,253,242). Sum of RGB (Red+Green+Blue) = 187+253+242=682 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.42% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDF2 is #44020D. Grayscale: #E7E7E7. Windows color (decimal): -4456974 or 15924667. OLE color: 15924667.
HSL color Cylindrical-coordinate representation of color #BBFDF2: hue angle of 170º 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 #BBFDF2 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 242 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.01 |
| HSL | 170º | 0.94% | 0.86% | - |
| HSV(B) | 170º | 0.26% | 0.99% | - |
| XYZ | 71.65 | 87.23 | 97.06 | - |
| YUV | 232.01 | 133.63 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 242 | 0.26 | 0 | 0.04 | 0.01 | 170 | 0.94 | 0.86 |
| Hex | BB | FD | F2 | 1A | 0 | 4 | 1 | AA | 5E | 56 |
| Octal | 273 | 375 | 362 | 32 | 0 | 4 | 1 | 252 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11110010 | 11010 | 0 | 100 | 1 | 10101010 | 1011110 | 1010110 |
Color Harmonies of #BBFDF2
Complementary color
Monochromatic Colors of #BBFDF2
Black with #BBFDF2
Text Example
Text Example
White with #BBFDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDF2; }
p { color: rgb(187,253,242); }
H1.HeaderClassName
{
color: #BBFDF2;
}
.AnyTagClassName
{
color: #BBFDF2;
}
</style>
background-color css
<style>
a { background-color: #BBFDF2; }
a { background-color: rgb(187,253,242); }
div.DivClassName
{
background-color: #BBFDF2;
}
.BgClassName
{
background-color: #BBFDF2;
}
</style>
border-color css
<style>
span { border-color: #BBFDF2; }
span { border-color: rgb(187,253,242); }
td.TdClassName
{
border-color: #BBFDF2;
}
.TagClassName
{
border-color: #BBFDF2;
}
</style>