Shades of Turquoise Blue #62F0DB
Tints of Turquoise Blue #62F0DB
RGB
CMYK
RGB Variations
Color information
#62F0DB (or 0x62F0DB) is known color: Turquoise Blue. HEX triplet: 62, F0 and DB. RGB value is (98,240,219). Sum of RGB (Red+Green+Blue) = 98+240+219=557 (73% of max value = 765). Red value is 98 (38.67% from 255 or 17.59% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #62F0DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62F0DB is #9D0F24. Grayscale: #C3C3C3. Windows color (decimal): -10293029 or 14413922. OLE color: 14413922.
HSL color Cylindrical-coordinate representation of color #62F0DB: hue angle of 171.13º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62F0DB is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 240 | 219 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.06 |
| HSL | 171.13º | 0.83% | 0.66% | - |
| HSV(B) | 171.13º | 0.59% | 0.94% | - |
| XYZ | 48.98 | 70.03 | 77.95 | - |
| YUV | 195.15 | 141.46 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 240 | 219 | 0.59 | 0 | 0.09 | 0.06 | 171.13 | 0.83 | 0.66 |
| Hex | 62 | F0 | DB | 3B | 0 | 9 | 6 | AB | 53 | 42 |
| Octal | 142 | 360 | 333 | 73 | 0 | 11 | 6 | 253 | 123 | 102 |
| Binary | 1100010 | 11110000 | 11011011 | 111011 | 0 | 1001 | 110 | 10101011 | 1010011 | 1000010 |
Color Harmonies of #62F0DB
Complementary color
Monochromatic Colors of #62F0DB
Black with #62F0DB
Text Example
Text Example
White with #62F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62F0DB; }
p { color: rgb(98,240,219); }
H1.HeaderClassName
{
color: #62F0DB;
}
.AnyTagClassName
{
color: #62F0DB;
}
</style>
background-color css
<style>
a { background-color: #62F0DB; }
a { background-color: rgb(98,240,219); }
div.DivClassName
{
background-color: #62F0DB;
}
.BgClassName
{
background-color: #62F0DB;
}
</style>
border-color css
<style>
span { border-color: #62F0DB; }
span { border-color: rgb(98,240,219); }
td.TdClassName
{
border-color: #62F0DB;
}
.TagClassName
{
border-color: #62F0DB;
}
</style>