Shades of Turquoise Blue #62E7D6
Tints of Turquoise Blue #62E7D6
RGB
CMYK
RGB Variations
Color information
#62E7D6 (or 0x62E7D6) is known color: Turquoise Blue. HEX triplet: 62, E7 and D6. RGB value is (98,231,214). Sum of RGB (Red+Green+Blue) = 98+231+214=543 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.05% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #62E7D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62E7D6 is #9D1829. Grayscale: #BDBDBD. Windows color (decimal): -10295338 or 14083938. OLE color: 14083938.
HSL color Cylindrical-coordinate representation of color #62E7D6: hue angle of 172.33º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62E7D6 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 98 | 231 | 214 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.09 |
| HSL | 172.33º | 0.73% | 0.65% | - |
| HSV(B) | 172.33º | 0.58% | 0.91% | - |
| XYZ | 45.75 | 64.6 | 73.68 | - |
| YUV | 189.3 | 141.94 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 231 | 214 | 0.58 | 0 | 0.07 | 0.09 | 172.33 | 0.73 | 0.65 |
| Hex | 62 | E7 | D6 | 3A | 0 | 7 | 9 | AC | 49 | 41 |
| Octal | 142 | 347 | 326 | 72 | 0 | 7 | 11 | 254 | 111 | 101 |
| Binary | 1100010 | 11100111 | 11010110 | 111010 | 0 | 111 | 1001 | 10101100 | 1001001 | 1000001 |
Color Harmonies of #62E7D6
Complementary color
Monochromatic Colors of #62E7D6
Black with #62E7D6
Text Example
Text Example
White with #62E7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62E7D6; }
p { color: rgb(98,231,214); }
H1.HeaderClassName
{
color: #62E7D6;
}
.AnyTagClassName
{
color: #62E7D6;
}
</style>
background-color css
<style>
a { background-color: #62E7D6; }
a { background-color: rgb(98,231,214); }
div.DivClassName
{
background-color: #62E7D6;
}
.BgClassName
{
background-color: #62E7D6;
}
</style>
border-color css
<style>
span { border-color: #62E7D6; }
span { border-color: rgb(98,231,214); }
td.TdClassName
{
border-color: #62E7D6;
}
.TagClassName
{
border-color: #62E7D6;
}
</style>