Shades of Turquoise Blue #87E6E5
Tints of Turquoise Blue #87E6E5
RGB
CMYK
RGB Variations
Color information
#87E6E5 (or 0x87E6E5) is known color: Turquoise Blue. HEX triplet: 87, E6 and E5. RGB value is (135,230,229). Sum of RGB (Red+Green+Blue) = 135+230+229=594 (78% of max value = 765). Red value is 135 (53.12% from 255 or 22.73% from 594); Green value is 230 (90.23% from 255 or 38.72% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 230 - color contains mainly: green. Hex color #87E6E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87E6E5 is #78191A. Grayscale: #C9C9C9. Windows color (decimal): -7870747 or 15066759. OLE color: 15066759.
HSL color Cylindrical-coordinate representation of color #87E6E5: hue angle of 179.37º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87E6E5 is Cyan = 0.41, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 135 | 230 | 229 | - |
| CMYK | 0.41 | 0 | 0.00 | 0.10 |
| HSL | 179.37º | 0.66% | 0.72% | - |
| HSV(B) | 179.37º | 0.41% | 0.9% | - |
| XYZ | 52.43 | 67.4 | 84.38 | - |
| YUV | 201.48 | 143.53 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 230 | 229 | 0.41 | 0 | 0.00 | 0.10 | 179.37 | 0.66 | 0.72 |
| Hex | 87 | E6 | E5 | 29 | 0 | 0 | A | B3 | 42 | 48 |
| Octal | 207 | 346 | 345 | 51 | 0 | 0 | 12 | 263 | 102 | 110 |
| Binary | 10000111 | 11100110 | 11100101 | 101001 | 0 | 0 | 1010 | 10110011 | 1000010 | 1001000 |
Color Harmonies of #87E6E5
Complementary color
Monochromatic Colors of #87E6E5
Black with #87E6E5
Text Example
Text Example
White with #87E6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87E6E5; }
p { color: rgb(135,230,229); }
H1.HeaderClassName
{
color: #87E6E5;
}
.AnyTagClassName
{
color: #87E6E5;
}
</style>
background-color css
<style>
a { background-color: #87E6E5; }
a { background-color: rgb(135,230,229); }
div.DivClassName
{
background-color: #87E6E5;
}
.BgClassName
{
background-color: #87E6E5;
}
</style>
border-color css
<style>
span { border-color: #87E6E5; }
span { border-color: rgb(135,230,229); }
td.TdClassName
{
border-color: #87E6E5;
}
.TagClassName
{
border-color: #87E6E5;
}
</style>