Shades of Turquoise Blue #84EAE4
Tints of Turquoise Blue #84EAE4
RGB
CMYK
RGB Variations
Color information
#84EAE4 (or 0x84EAE4) is known color: Turquoise Blue. HEX triplet: 84, EA and E4. RGB value is (132,234,228). Sum of RGB (Red+Green+Blue) = 132+234+228=594 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.22% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 234 - color contains mainly: green. Hex color #84EAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EAE4 is #7B151B. Grayscale: #CACACA. Windows color (decimal): -8066332 or 15002244. OLE color: 15002244.
HSL color Cylindrical-coordinate representation of color #84EAE4: hue angle of 176.47º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EAE4 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 234 | 228 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.08 |
| HSL | 176.47º | 0.71% | 0.72% | - |
| HSV(B) | 176.47º | 0.44% | 0.92% | - |
| XYZ | 52.94 | 69.35 | 83.99 | - |
| YUV | 202.82 | 142.21 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 234 | 228 | 0.44 | 0 | 0.03 | 0.08 | 176.47 | 0.71 | 0.72 |
| Hex | 84 | EA | E4 | 2C | 0 | 3 | 8 | B0 | 47 | 48 |
| Octal | 204 | 352 | 344 | 54 | 0 | 3 | 10 | 260 | 107 | 110 |
| Binary | 10000100 | 11101010 | 11100100 | 101100 | 0 | 11 | 1000 | 10110000 | 1000111 | 1001000 |
Color Harmonies of #84EAE4
Complementary color
Monochromatic Colors of #84EAE4
Black with #84EAE4
Text Example
Text Example
White with #84EAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EAE4; }
p { color: rgb(132,234,228); }
H1.HeaderClassName
{
color: #84EAE4;
}
.AnyTagClassName
{
color: #84EAE4;
}
</style>
background-color css
<style>
a { background-color: #84EAE4; }
a { background-color: rgb(132,234,228); }
div.DivClassName
{
background-color: #84EAE4;
}
.BgClassName
{
background-color: #84EAE4;
}
</style>
border-color css
<style>
span { border-color: #84EAE4; }
span { border-color: rgb(132,234,228); }
td.TdClassName
{
border-color: #84EAE4;
}
.TagClassName
{
border-color: #84EAE4;
}
</style>