Shades of Pale Turquoise #BBEAEA
Tints of Pale Turquoise #BBEAEA
RGB
CMYK
RGB Variations
Color information
#BBEAEA (or 0xBBEAEA) is known color: Pale Turquoise. HEX triplet: BB, EA and EA. RGB value is (187,234,234). Sum of RGB (Red+Green+Blue) = 187+234+234=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #BBEAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAEA is #441515. Grayscale: #DBDBDB. Windows color (decimal): -4461846 or 15395515. OLE color: 15395515.
HSL color Cylindrical-coordinate representation of color #BBEAEA: hue angle of 180º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEAEA is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 234 | - |
| CMYK | 0.20 | 0 | 0 | 0.08 |
| HSL | 180º | 0.53% | 0.83% | - |
| HSV(B) | 180º | 0.2% | 0.92% | - |
| XYZ | 64.77 | 75.35 | 88.97 | - |
| YUV | 219.95 | 135.93 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 234 | 0.20 | 0 | 0 | 0.08 | 180 | 0.53 | 0.83 |
| Hex | BB | EA | EA | 14 | 0 | 0 | 8 | B4 | 35 | 53 |
| Octal | 273 | 352 | 352 | 24 | 0 | 0 | 10 | 264 | 65 | 123 |
| Binary | 10111011 | 11101010 | 11101010 | 10100 | 0 | 0 | 1000 | 10110100 | 110101 | 1010011 |
Color Harmonies of #BBEAEA
Complementary color
Monochromatic Colors of #BBEAEA
Black with #BBEAEA
Text Example
Text Example
White with #BBEAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEAEA; }
p { color: rgb(187,234,234); }
H1.HeaderClassName
{
color: #BBEAEA;
}
.AnyTagClassName
{
color: #BBEAEA;
}
</style>
background-color css
<style>
a { background-color: #BBEAEA; }
a { background-color: rgb(187,234,234); }
div.DivClassName
{
background-color: #BBEAEA;
}
.BgClassName
{
background-color: #BBEAEA;
}
</style>
border-color css
<style>
span { border-color: #BBEAEA; }
span { border-color: rgb(187,234,234); }
td.TdClassName
{
border-color: #BBEAEA;
}
.TagClassName
{
border-color: #BBEAEA;
}
</style>