Shades of Turquoise Blue #85E4E3
Tints of Turquoise Blue #85E4E3
RGB
CMYK
RGB Variations
Color information
#85E4E3 (or 0x85E4E3) is known color: Turquoise Blue. HEX triplet: 85, E4 and E3. RGB value is (133,228,227). Sum of RGB (Red+Green+Blue) = 133+228+227=588 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.62% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 227 (89.06% from 255 or 38.61% from 588); Max value from RGB is 228 - color contains mainly: green. Hex color #85E4E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85E4E3 is #7A1B1C. Grayscale: #C7C7C7. Windows color (decimal): -8002333 or 14935173. OLE color: 14935173.
HSL color Cylindrical-coordinate representation of color #85E4E3: hue angle of 179.37º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E4E3 is Cyan = 0.42, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 228 | 227 | - |
| CMYK | 0.42 | 0 | 0.00 | 0.11 |
| HSL | 179.37º | 0.64% | 0.71% | - |
| HSV(B) | 179.37º | 0.42% | 0.89% | - |
| XYZ | 51.28 | 66.02 | 82.71 | - |
| YUV | 199.48 | 143.53 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 228 | 227 | 0.42 | 0 | 0.00 | 0.11 | 179.37 | 0.64 | 0.71 |
| Hex | 85 | E4 | E3 | 2A | 0 | 0 | B | B3 | 40 | 47 |
| Octal | 205 | 344 | 343 | 52 | 0 | 0 | 13 | 263 | 100 | 107 |
| Binary | 10000101 | 11100100 | 11100011 | 101010 | 0 | 0 | 1011 | 10110011 | 1000000 | 1000111 |
Color Harmonies of #85E4E3
Complementary color
Monochromatic Colors of #85E4E3
Black with #85E4E3
Text Example
Text Example
White with #85E4E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E4E3; }
p { color: rgb(133,228,227); }
H1.HeaderClassName
{
color: #85E4E3;
}
.AnyTagClassName
{
color: #85E4E3;
}
</style>
background-color css
<style>
a { background-color: #85E4E3; }
a { background-color: rgb(133,228,227); }
div.DivClassName
{
background-color: #85E4E3;
}
.BgClassName
{
background-color: #85E4E3;
}
</style>
border-color css
<style>
span { border-color: #85E4E3; }
span { border-color: rgb(133,228,227); }
td.TdClassName
{
border-color: #85E4E3;
}
.TagClassName
{
border-color: #85E4E3;
}
</style>