Shades of Pale Turquoise #BBEDEA
Tints of Pale Turquoise #BBEDEA
RGB
CMYK
RGB Variations
Color information
#BBEDEA (or 0xBBEDEA) is known color: Pale Turquoise. HEX triplet: BB, ED and EA. RGB value is (187,237,234). Sum of RGB (Red+Green+Blue) = 187+237+234=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDEA is #441215. Grayscale: #DDDDDD. Windows color (decimal): -4461078 or 15396283. OLE color: 15396283.
HSL color Cylindrical-coordinate representation of color #BBEDEA: hue angle of 176.4º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEDEA is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 234 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.07 |
| HSL | 176.4º | 0.58% | 0.83% | - |
| HSV(B) | 176.4º | 0.21% | 0.93% | - |
| XYZ | 65.63 | 77.07 | 89.26 | - |
| YUV | 221.71 | 134.94 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 234 | 0.21 | 0 | 0.01 | 0.07 | 176.4 | 0.58 | 0.83 |
| Hex | BB | ED | EA | 15 | 0 | 1 | 7 | B0 | 3A | 53 |
| Octal | 273 | 355 | 352 | 25 | 0 | 1 | 7 | 260 | 72 | 123 |
| Binary | 10111011 | 11101101 | 11101010 | 10101 | 0 | 1 | 111 | 10110000 | 111010 | 1010011 |
Color Harmonies of #BBEDEA
Complementary color
Monochromatic Colors of #BBEDEA
Black with #BBEDEA
Text Example
Text Example
White with #BBEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDEA; }
p { color: rgb(187,237,234); }
H1.HeaderClassName
{
color: #BBEDEA;
}
.AnyTagClassName
{
color: #BBEDEA;
}
</style>
background-color css
<style>
a { background-color: #BBEDEA; }
a { background-color: rgb(187,237,234); }
div.DivClassName
{
background-color: #BBEDEA;
}
.BgClassName
{
background-color: #BBEDEA;
}
</style>
border-color css
<style>
span { border-color: #BBEDEA; }
span { border-color: rgb(187,237,234); }
td.TdClassName
{
border-color: #BBEDEA;
}
.TagClassName
{
border-color: #BBEDEA;
}
</style>