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