Shades of Turquoise Blue #62EDDB
Tints of Turquoise Blue #62EDDB
RGB
CMYK
RGB Variations
Color information
#62EDDB (or 0x62EDDB) is known color: Turquoise Blue. HEX triplet: 62, ED and DB. RGB value is (98,237,219). Sum of RGB (Red+Green+Blue) = 98+237+219=554 (73% of max value = 765). Red value is 98 (38.67% from 255 or 17.69% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #62EDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62EDDB is #9D1224. Grayscale: #C1C1C1. Windows color (decimal): -10293797 or 14413154. OLE color: 14413154.
HSL color Cylindrical-coordinate representation of color #62EDDB: hue angle of 172.23º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62EDDB is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 237 | 219 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.07 |
| HSL | 172.23º | 0.79% | 0.66% | - |
| HSV(B) | 172.23º | 0.59% | 0.93% | - |
| XYZ | 48.11 | 68.28 | 77.66 | - |
| YUV | 193.39 | 142.45 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 237 | 219 | 0.59 | 0 | 0.08 | 0.07 | 172.23 | 0.79 | 0.66 |
| Hex | 62 | ED | DB | 3B | 0 | 8 | 7 | AC | 4F | 42 |
| Octal | 142 | 355 | 333 | 73 | 0 | 10 | 7 | 254 | 117 | 102 |
| Binary | 1100010 | 11101101 | 11011011 | 111011 | 0 | 1000 | 111 | 10101100 | 1001111 | 1000010 |
Color Harmonies of #62EDDB
Complementary color
Monochromatic Colors of #62EDDB
Black with #62EDDB
Text Example
Text Example
White with #62EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62EDDB; }
p { color: rgb(98,237,219); }
H1.HeaderClassName
{
color: #62EDDB;
}
.AnyTagClassName
{
color: #62EDDB;
}
</style>
background-color css
<style>
a { background-color: #62EDDB; }
a { background-color: rgb(98,237,219); }
div.DivClassName
{
background-color: #62EDDB;
}
.BgClassName
{
background-color: #62EDDB;
}
</style>
border-color css
<style>
span { border-color: #62EDDB; }
span { border-color: rgb(98,237,219); }
td.TdClassName
{
border-color: #62EDDB;
}
.TagClassName
{
border-color: #62EDDB;
}
</style>