Shades of Pale Turquoise #BBEEED
Tints of Pale Turquoise #BBEEED
RGB
CMYK
RGB Variations
Color information
#BBEEED (or 0xBBEEED) is known color: Pale Turquoise. HEX triplet: BB, EE and ED. RGB value is (187,238,237). Sum of RGB (Red+Green+Blue) = 187+238+237=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEED is #441112. Grayscale: #DEDEDE. Windows color (decimal): -4460819 or 15593147. OLE color: 15593147.
HSL color Cylindrical-coordinate representation of color #BBEEED: hue angle of 178.82º degrees, saturation: 0.6, 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 #BBEEED is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 237 | - |
| CMYK | 0.21 | 0 | 0.00 | 0.07 |
| HSL | 178.82º | 0.6% | 0.83% | - |
| HSV(B) | 178.82º | 0.21% | 0.93% | - |
| XYZ | 66.35 | 77.83 | 91.65 | - |
| YUV | 222.64 | 136.1 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 237 | 0.21 | 0 | 0.00 | 0.07 | 178.82 | 0.6 | 0.83 |
| Hex | BB | EE | ED | 15 | 0 | 0 | 7 | B3 | 3C | 53 |
| Octal | 273 | 356 | 355 | 25 | 0 | 0 | 7 | 263 | 74 | 123 |
| Binary | 10111011 | 11101110 | 11101101 | 10101 | 0 | 0 | 111 | 10110011 | 111100 | 1010011 |
Color Harmonies of #BBEEED
Complementary color
Monochromatic Colors of #BBEEED
Black with #BBEEED
Text Example
Text Example
White with #BBEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEEED; }
p { color: rgb(187,238,237); }
H1.HeaderClassName
{
color: #BBEEED;
}
.AnyTagClassName
{
color: #BBEEED;
}
</style>
background-color css
<style>
a { background-color: #BBEEED; }
a { background-color: rgb(187,238,237); }
div.DivClassName
{
background-color: #BBEEED;
}
.BgClassName
{
background-color: #BBEEED;
}
</style>
border-color css
<style>
span { border-color: #BBEEED; }
span { border-color: rgb(187,238,237); }
td.TdClassName
{
border-color: #BBEEED;
}
.TagClassName
{
border-color: #BBEEED;
}
</style>