Shades of Pale Turquoise #BBF2ED
Tints of Pale Turquoise #BBF2ED
RGB
CMYK
RGB Variations
Color information
#BBF2ED (or 0xBBF2ED) is known color: Pale Turquoise. HEX triplet: BB, F2 and ED. RGB value is (187,242,237). Sum of RGB (Red+Green+Blue) = 187+242+237=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF2ED is #440D12. Grayscale: #E0E0E0. Windows color (decimal): -4459795 or 15594171. OLE color: 15594171.
HSL color Cylindrical-coordinate representation of color #BBF2ED: hue angle of 174.55º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2ED is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 237 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.05 |
| HSL | 174.55º | 0.68% | 0.84% | - |
| HSV(B) | 174.55º | 0.23% | 0.95% | - |
| XYZ | 67.53 | 80.18 | 92.04 | - |
| YUV | 224.99 | 134.78 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 237 | 0.23 | 0 | 0.02 | 0.05 | 174.55 | 0.68 | 0.84 |
| Hex | BB | F2 | ED | 17 | 0 | 2 | 5 | AF | 44 | 54 |
| Octal | 273 | 362 | 355 | 27 | 0 | 2 | 5 | 257 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11101101 | 10111 | 0 | 10 | 101 | 10101111 | 1000100 | 1010100 |
Color Harmonies of #BBF2ED
Complementary color
Monochromatic Colors of #BBF2ED
Black with #BBF2ED
Text Example
Text Example
White with #BBF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2ED; }
p { color: rgb(187,242,237); }
H1.HeaderClassName
{
color: #BBF2ED;
}
.AnyTagClassName
{
color: #BBF2ED;
}
</style>
background-color css
<style>
a { background-color: #BBF2ED; }
a { background-color: rgb(187,242,237); }
div.DivClassName
{
background-color: #BBF2ED;
}
.BgClassName
{
background-color: #BBF2ED;
}
</style>
border-color css
<style>
span { border-color: #BBF2ED; }
span { border-color: rgb(187,242,237); }
td.TdClassName
{
border-color: #BBF2ED;
}
.TagClassName
{
border-color: #BBF2ED;
}
</style>