Shades of Turquoise Blue #87E7E4
Tints of Turquoise Blue #87E7E4
RGB
CMYK
RGB Variations
Color information
#87E7E4 (or 0x87E7E4) is known color: Turquoise Blue. HEX triplet: 87, E7 and E4. RGB value is (135,231,228). Sum of RGB (Red+Green+Blue) = 135+231+228=594 (78% of max value = 765). Red value is 135 (53.12% from 255 or 22.73% from 594); Green value is 231 (90.62% from 255 or 38.89% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 231 - color contains mainly: green. Hex color #87E7E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87E7E4 is #78181B. Grayscale: #C9C9C9. Windows color (decimal): -7870492 or 15001479. OLE color: 15001479.
HSL color Cylindrical-coordinate representation of color #87E7E4: hue angle of 178.12º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87E7E4 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 135 | 231 | 228 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.09 |
| HSL | 178.13º | 0.67% | 0.72% | - |
| HSV(B) | 178.13º | 0.42% | 0.91% | - |
| XYZ | 52.57 | 67.9 | 83.73 | - |
| YUV | 201.95 | 142.7 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 231 | 228 | 0.42 | 0 | 0.01 | 0.09 | 178.13 | 0.67 | 0.72 |
| Hex | 87 | E7 | E4 | 2A | 0 | 1 | 9 | B2 | 43 | 48 |
| Octal | 207 | 347 | 344 | 52 | 0 | 1 | 11 | 262 | 103 | 110 |
| Binary | 10000111 | 11100111 | 11100100 | 101010 | 0 | 1 | 1001 | 10110010 | 1000011 | 1001000 |
Color Harmonies of #87E7E4
Complementary color
Monochromatic Colors of #87E7E4
Black with #87E7E4
Text Example
Text Example
White with #87E7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87E7E4; }
p { color: rgb(135,231,228); }
H1.HeaderClassName
{
color: #87E7E4;
}
.AnyTagClassName
{
color: #87E7E4;
}
</style>
background-color css
<style>
a { background-color: #87E7E4; }
a { background-color: rgb(135,231,228); }
div.DivClassName
{
background-color: #87E7E4;
}
.BgClassName
{
background-color: #87E7E4;
}
</style>
border-color css
<style>
span { border-color: #87E7E4; }
span { border-color: rgb(135,231,228); }
td.TdClassName
{
border-color: #87E7E4;
}
.TagClassName
{
border-color: #87E7E4;
}
</style>