Shades of Pale Turquoise #BBFDF5
Tints of Pale Turquoise #BBFDF5
RGB
CMYK
RGB Variations
Color information
#BBFDF5 (or 0xBBFDF5) is known color: Pale Turquoise. HEX triplet: BB, FD and F5. RGB value is (187,253,245). Sum of RGB (Red+Green+Blue) = 187+253+245=685 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.30% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDF5 is #44020A. Grayscale: #E8E8E8. Windows color (decimal): -4456971 or 16121275. OLE color: 16121275.
HSL color Cylindrical-coordinate representation of color #BBFDF5: hue angle of 172.73º 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 #BBFDF5 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 245 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.01 |
| HSL | 172.73º | 0.94% | 0.86% | - |
| HSV(B) | 172.73º | 0.26% | 0.99% | - |
| XYZ | 72.1 | 87.41 | 99.46 | - |
| YUV | 232.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 245 | 0.26 | 0 | 0.03 | 0.01 | 172.73 | 0.94 | 0.86 |
| Hex | BB | FD | F5 | 1A | 0 | 3 | 1 | AD | 5E | 56 |
| Octal | 273 | 375 | 365 | 32 | 0 | 3 | 1 | 255 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11110101 | 11010 | 0 | 11 | 1 | 10101101 | 1011110 | 1010110 |
Color Harmonies of #BBFDF5
Complementary color
Monochromatic Colors of #BBFDF5
Black with #BBFDF5
Text Example
Text Example
White with #BBFDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDF5; }
p { color: rgb(187,253,245); }
H1.HeaderClassName
{
color: #BBFDF5;
}
.AnyTagClassName
{
color: #BBFDF5;
}
</style>
background-color css
<style>
a { background-color: #BBFDF5; }
a { background-color: rgb(187,253,245); }
div.DivClassName
{
background-color: #BBFDF5;
}
.BgClassName
{
background-color: #BBFDF5;
}
</style>
border-color css
<style>
span { border-color: #BBFDF5; }
span { border-color: rgb(187,253,245); }
td.TdClassName
{
border-color: #BBFDF5;
}
.TagClassName
{
border-color: #BBFDF5;
}
</style>