Shades of Pale Turquoise #B6E9EA
Tints of Pale Turquoise #B6E9EA
RGB
CMYK
RGB Variations
Color information
#B6E9EA (or 0xB6E9EA) is known color: Pale Turquoise. HEX triplet: B6, E9 and EA. RGB value is (182,233,234). Sum of RGB (Red+Green+Blue) = 182+233+234=649 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.04% from 649); Green value is 233 (91.41% from 255 or 35.90% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6E9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6E9EA is #491615. Grayscale: #D9D9D9. Windows color (decimal): -4789782 or 15395254. OLE color: 15395254.
HSL color Cylindrical-coordinate representation of color #B6E9EA: hue angle of 181.15º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6E9EA is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 233 | 234 | - |
| CMYK | 0.22 | 0.00 | 0 | 0.08 |
| HSL | 181.15º | 0.55% | 0.82% | - |
| HSV(B) | 181.15º | 0.22% | 0.92% | - |
| XYZ | 63.28 | 74.16 | 88.82 | - |
| YUV | 217.87 | 137.1 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 233 | 234 | 0.22 | 0.00 | 0 | 0.08 | 181.15 | 0.55 | 0.82 |
| Hex | B6 | E9 | EA | 16 | 0 | 0 | 8 | B5 | 37 | 52 |
| Octal | 266 | 351 | 352 | 26 | 0 | 0 | 10 | 265 | 67 | 122 |
| Binary | 10110110 | 11101001 | 11101010 | 10110 | 0 | 0 | 1000 | 10110101 | 110111 | 1010010 |
Color Harmonies of #B6E9EA
Complementary color
Monochromatic Colors of #B6E9EA
Black with #B6E9EA
Text Example
Text Example
White with #B6E9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E9EA; }
p { color: rgb(182,233,234); }
H1.HeaderClassName
{
color: #B6E9EA;
}
.AnyTagClassName
{
color: #B6E9EA;
}
</style>
background-color css
<style>
a { background-color: #B6E9EA; }
a { background-color: rgb(182,233,234); }
div.DivClassName
{
background-color: #B6E9EA;
}
.BgClassName
{
background-color: #B6E9EA;
}
</style>
border-color css
<style>
span { border-color: #B6E9EA; }
span { border-color: rgb(182,233,234); }
td.TdClassName
{
border-color: #B6E9EA;
}
.TagClassName
{
border-color: #B6E9EA;
}
</style>