Shades of Pale Turquoise #BBEDED
Tints of Pale Turquoise #BBEDED
RGB
CMYK
RGB Variations
Color information
#BBEDED (or 0xBBEDED) is known color: Pale Turquoise. HEX triplet: BB, ED and ED. RGB value is (187,237,237). Sum of RGB (Red+Green+Blue) = 187+237+237=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #BBEDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDED is #441212. Grayscale: #DDDDDD. Windows color (decimal): -4461075 or 15592891. OLE color: 15592891.
HSL color Cylindrical-coordinate representation of color #BBEDED: hue angle of 180º 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 #BBEDED is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 237 | - |
| CMYK | 0.21 | 0 | 0 | 0.07 |
| HSL | 180º | 0.58% | 0.83% | - |
| HSV(B) | 180º | 0.21% | 0.93% | - |
| XYZ | 66.06 | 77.25 | 91.55 | - |
| YUV | 222.05 | 136.44 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 237 | 0.21 | 0 | 0 | 0.07 | 180 | 0.58 | 0.83 |
| Hex | BB | ED | ED | 15 | 0 | 0 | 7 | B4 | 3A | 53 |
| Octal | 273 | 355 | 355 | 25 | 0 | 0 | 7 | 264 | 72 | 123 |
| Binary | 10111011 | 11101101 | 11101101 | 10101 | 0 | 0 | 111 | 10110100 | 111010 | 1010011 |
Color Harmonies of #BBEDED
Complementary color
Monochromatic Colors of #BBEDED
Black with #BBEDED
Text Example
Text Example
White with #BBEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDED; }
p { color: rgb(187,237,237); }
H1.HeaderClassName
{
color: #BBEDED;
}
.AnyTagClassName
{
color: #BBEDED;
}
</style>
background-color css
<style>
a { background-color: #BBEDED; }
a { background-color: rgb(187,237,237); }
div.DivClassName
{
background-color: #BBEDED;
}
.BgClassName
{
background-color: #BBEDED;
}
</style>
border-color css
<style>
span { border-color: #BBEDED; }
span { border-color: rgb(187,237,237); }
td.TdClassName
{
border-color: #BBEDED;
}
.TagClassName
{
border-color: #BBEDED;
}
</style>