Shades of Pale Turquoise #BBFDF6
Tints of Pale Turquoise #BBFDF6
RGB
CMYK
RGB Variations
Color information
#BBFDF6 (or 0xBBFDF6) is known color: Pale Turquoise. HEX triplet: BB, FD and F6. RGB value is (187,253,246). Sum of RGB (Red+Green+Blue) = 187+253+246=686 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.26% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 246 (96.48% from 255 or 35.86% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDF6 is #440209. Grayscale: #E8E8E8. Windows color (decimal): -4456970 or 16186811. OLE color: 16186811.
HSL color Cylindrical-coordinate representation of color #BBFDF6: hue angle of 173.64º 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 #BBFDF6 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 246 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.01 |
| HSL | 173.64º | 0.94% | 0.86% | - |
| HSV(B) | 173.64º | 0.26% | 0.99% | - |
| XYZ | 72.25 | 87.47 | 100.26 | - |
| YUV | 232.47 | 135.63 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 246 | 0.26 | 0 | 0.03 | 0.01 | 173.64 | 0.94 | 0.86 |
| Hex | BB | FD | F6 | 1A | 0 | 3 | 1 | AE | 5E | 56 |
| Octal | 273 | 375 | 366 | 32 | 0 | 3 | 1 | 256 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11110110 | 11010 | 0 | 11 | 1 | 10101110 | 1011110 | 1010110 |
Color Harmonies of #BBFDF6
Complementary color
Monochromatic Colors of #BBFDF6
Black with #BBFDF6
Text Example
Text Example
White with #BBFDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDF6; }
p { color: rgb(187,253,246); }
H1.HeaderClassName
{
color: #BBFDF6;
}
.AnyTagClassName
{
color: #BBFDF6;
}
</style>
background-color css
<style>
a { background-color: #BBFDF6; }
a { background-color: rgb(187,253,246); }
div.DivClassName
{
background-color: #BBFDF6;
}
.BgClassName
{
background-color: #BBFDF6;
}
</style>
border-color css
<style>
span { border-color: #BBFDF6; }
span { border-color: rgb(187,253,246); }
td.TdClassName
{
border-color: #BBFDF6;
}
.TagClassName
{
border-color: #BBFDF6;
}
</style>