Shades of Pale Turquoise #BBFAFD
Tints of Pale Turquoise #BBFAFD
RGB
CMYK
RGB Variations
Color information
#BBFAFD (or 0xBBFAFD) is known color: Pale Turquoise. HEX triplet: BB, FA and FD. RGB value is (187,250,253). Sum of RGB (Red+Green+Blue) = 187+250+253=690 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.10% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBFAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAFD is #440502. Grayscale: #E7E7E7. Windows color (decimal): -4457731 or 16644795. OLE color: 16644795.
HSL color Cylindrical-coordinate representation of color #BBFAFD: hue angle of 182.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 #BBFAFD is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 250 | 253 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.01 |
| HSL | 182.73º | 0.94% | 0.86% | - |
| HSV(B) | 182.73º | 0.26% | 0.99% | - |
| XYZ | 72.41 | 86.03 | 105.72 | - |
| YUV | 231.51 | 140.13 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 253 | 0.26 | 0.01 | 0 | 0.01 | 182.73 | 0.94 | 0.86 |
| Hex | BB | FA | FD | 1A | 1 | 0 | 1 | B7 | 5E | 56 |
| Octal | 273 | 372 | 375 | 32 | 1 | 0 | 1 | 267 | 136 | 126 |
| Binary | 10111011 | 11111010 | 11111101 | 11010 | 1 | 0 | 1 | 10110111 | 1011110 | 1010110 |
Color Harmonies of #BBFAFD
Complementary color
Monochromatic Colors of #BBFAFD
Black with #BBFAFD
Text Example
Text Example
White with #BBFAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFAFD; }
p { color: rgb(187,250,253); }
H1.HeaderClassName
{
color: #BBFAFD;
}
.AnyTagClassName
{
color: #BBFAFD;
}
</style>
background-color css
<style>
a { background-color: #BBFAFD; }
a { background-color: rgb(187,250,253); }
div.DivClassName
{
background-color: #BBFAFD;
}
.BgClassName
{
background-color: #BBFAFD;
}
</style>
border-color css
<style>
span { border-color: #BBFAFD; }
span { border-color: rgb(187,250,253); }
td.TdClassName
{
border-color: #BBFAFD;
}
.TagClassName
{
border-color: #BBFAFD;
}
</style>