Shades of Pale Turquoise #BBFCFD
Tints of Pale Turquoise #BBFCFD
RGB
CMYK
RGB Variations
Color information
#BBFCFD (or 0xBBFCFD) is known color: Pale Turquoise. HEX triplet: BB, FC and FD. RGB value is (187,252,253). Sum of RGB (Red+Green+Blue) = 187+252+253=692 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.02% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBFCFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFCFD is #440302. Grayscale: #E8E8E8. Windows color (decimal): -4457219 or 16645307. OLE color: 16645307.
HSL color Cylindrical-coordinate representation of color #BBFCFD: hue angle of 180.91º 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 #BBFCFD is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 253 | - |
| CMYK | 0.26 | 0.00 | 0 | 0.01 |
| HSL | 180.91º | 0.94% | 0.86% | - |
| HSV(B) | 180.91º | 0.26% | 0.99% | - |
| XYZ | 73.03 | 87.28 | 105.93 | - |
| YUV | 232.68 | 139.47 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 253 | 0.26 | 0.00 | 0 | 0.01 | 180.91 | 0.94 | 0.86 |
| Hex | BB | FC | FD | 1A | 0 | 0 | 1 | B5 | 5E | 56 |
| Octal | 273 | 374 | 375 | 32 | 0 | 0 | 1 | 265 | 136 | 126 |
| Binary | 10111011 | 11111100 | 11111101 | 11010 | 0 | 0 | 1 | 10110101 | 1011110 | 1010110 |
Color Harmonies of #BBFCFD
Complementary color
Monochromatic Colors of #BBFCFD
Black with #BBFCFD
Text Example
Text Example
White with #BBFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFCFD; }
p { color: rgb(187,252,253); }
H1.HeaderClassName
{
color: #BBFCFD;
}
.AnyTagClassName
{
color: #BBFCFD;
}
</style>
background-color css
<style>
a { background-color: #BBFCFD; }
a { background-color: rgb(187,252,253); }
div.DivClassName
{
background-color: #BBFCFD;
}
.BgClassName
{
background-color: #BBFCFD;
}
</style>
border-color css
<style>
span { border-color: #BBFCFD; }
span { border-color: rgb(187,252,253); }
td.TdClassName
{
border-color: #BBFCFD;
}
.TagClassName
{
border-color: #BBFCFD;
}
</style>