Shades of Turquoise Blue #62D0DC
Tints of Turquoise Blue #62D0DC
RGB
CMYK
RGB Variations
Color information
#62D0DC (or 0x62D0DC) is known color: Turquoise Blue. HEX triplet: 62, D0 and DC. RGB value is (98,208,220). Sum of RGB (Red+Green+Blue) = 98+208+220=526 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.63% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #62D0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D0DC is #9D2F23. Grayscale: #B0B0B0. Windows color (decimal): -10301220 or 14471266. OLE color: 14471266.
HSL color Cylindrical-coordinate representation of color #62D0DC: hue angle of 185.9º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62D0DC is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 208 | 220 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.14 |
| HSL | 185.9º | 0.64% | 0.62% | - |
| HSV(B) | 185.9º | 0.55% | 0.86% | - |
| XYZ | 40.51 | 52.88 | 75.78 | - |
| YUV | 176.48 | 152.56 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 208 | 220 | 0.55 | 0.05 | 0 | 0.14 | 185.9 | 0.64 | 0.62 |
| Hex | 62 | D0 | DC | 37 | 5 | 0 | E | BA | 40 | 3E |
| Octal | 142 | 320 | 334 | 67 | 5 | 0 | 16 | 272 | 100 | 76 |
| Binary | 1100010 | 11010000 | 11011100 | 110111 | 101 | 0 | 1110 | 10111010 | 1000000 | 111110 |
Color Harmonies of #62D0DC
Complementary color
Monochromatic Colors of #62D0DC
Black with #62D0DC
Text Example
Text Example
White with #62D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D0DC; }
p { color: rgb(98,208,220); }
H1.HeaderClassName
{
color: #62D0DC;
}
.AnyTagClassName
{
color: #62D0DC;
}
</style>
background-color css
<style>
a { background-color: #62D0DC; }
a { background-color: rgb(98,208,220); }
div.DivClassName
{
background-color: #62D0DC;
}
.BgClassName
{
background-color: #62D0DC;
}
</style>
border-color css
<style>
span { border-color: #62D0DC; }
span { border-color: rgb(98,208,220); }
td.TdClassName
{
border-color: #62D0DC;
}
.TagClassName
{
border-color: #62D0DC;
}
</style>