Shades of Turquoise Blue #84E6EA
Tints of Turquoise Blue #84E6EA
RGB
CMYK
RGB Variations
Color information
#84E6EA (or 0x84E6EA) is known color: Turquoise Blue. HEX triplet: 84, E6 and EA. RGB value is (132,230,234). Sum of RGB (Red+Green+Blue) = 132+230+234=596 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.15% from 596); Green value is 230 (90.23% from 255 or 38.59% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #84E6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84E6EA is #7B1915. Grayscale: #C9C9C9. Windows color (decimal): -8067350 or 15394436. OLE color: 15394436.
HSL color Cylindrical-coordinate representation of color #84E6EA: hue angle of 182.35º 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 #84E6EA is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 230 | 234 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.08 |
| HSL | 182.35º | 0.71% | 0.72% | - |
| HSV(B) | 182.35º | 0.44% | 0.92% | - |
| XYZ | 52.66 | 67.44 | 88.08 | - |
| YUV | 201.15 | 146.53 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 230 | 234 | 0.44 | 0.02 | 0 | 0.08 | 182.35 | 0.71 | 0.72 |
| Hex | 84 | E6 | EA | 2C | 2 | 0 | 8 | B6 | 47 | 48 |
| Octal | 204 | 346 | 352 | 54 | 2 | 0 | 10 | 266 | 107 | 110 |
| Binary | 10000100 | 11100110 | 11101010 | 101100 | 10 | 0 | 1000 | 10110110 | 1000111 | 1001000 |
Color Harmonies of #84E6EA
Complementary color
Monochromatic Colors of #84E6EA
Black with #84E6EA
Text Example
Text Example
White with #84E6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E6EA; }
p { color: rgb(132,230,234); }
H1.HeaderClassName
{
color: #84E6EA;
}
.AnyTagClassName
{
color: #84E6EA;
}
</style>
background-color css
<style>
a { background-color: #84E6EA; }
a { background-color: rgb(132,230,234); }
div.DivClassName
{
background-color: #84E6EA;
}
.BgClassName
{
background-color: #84E6EA;
}
</style>
border-color css
<style>
span { border-color: #84E6EA; }
span { border-color: rgb(132,230,234); }
td.TdClassName
{
border-color: #84E6EA;
}
.TagClassName
{
border-color: #84E6EA;
}
</style>