Shades of Pale Turquoise #BBFDFD
Tints of Pale Turquoise #BBFDFD
RGB
CMYK
RGB Variations
Color information
#BBFDFD (or 0xBBFDFD) is known color: Pale Turquoise. HEX triplet: BB, FD and FD. RGB value is (187,253,253). Sum of RGB (Red+Green+Blue) = 187+253+253=693 (91% of max value = 765). Red value is 187 (73.44% from 255 or 26.98% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #BBFDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDFD is #440202. Grayscale: #E9E9E9. Windows color (decimal): -4456963 or 16645563. OLE color: 16645563.
HSL color Cylindrical-coordinate representation of color #BBFDFD: hue angle of 180º 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 #BBFDFD is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 253 | - |
| CMYK | 0.26 | 0 | 0 | 0.01 |
| HSL | 180º | 0.94% | 0.86% | - |
| HSV(B) | 180º | 0.26% | 0.99% | - |
| XYZ | 73.35 | 87.91 | 106.03 | - |
| YUV | 233.27 | 139.13 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 253 | 0.26 | 0 | 0 | 0.01 | 180 | 0.94 | 0.86 |
| Hex | BB | FD | FD | 1A | 0 | 0 | 1 | B4 | 5E | 56 |
| Octal | 273 | 375 | 375 | 32 | 0 | 0 | 1 | 264 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11111101 | 11010 | 0 | 0 | 1 | 10110100 | 1011110 | 1010110 |
Color Harmonies of #BBFDFD
Complementary color
Monochromatic Colors of #BBFDFD
Black with #BBFDFD
Text Example
Text Example
White with #BBFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDFD; }
p { color: rgb(187,253,253); }
H1.HeaderClassName
{
color: #BBFDFD;
}
.AnyTagClassName
{
color: #BBFDFD;
}
</style>
background-color css
<style>
a { background-color: #BBFDFD; }
a { background-color: rgb(187,253,253); }
div.DivClassName
{
background-color: #BBFDFD;
}
.BgClassName
{
background-color: #BBFDFD;
}
</style>
border-color css
<style>
span { border-color: #BBFDFD; }
span { border-color: rgb(187,253,253); }
td.TdClassName
{
border-color: #BBFDFD;
}
.TagClassName
{
border-color: #BBFDFD;
}
</style>