Shades of Turquoise Blue #62DCE5
Tints of Turquoise Blue #62DCE5
RGB
CMYK
RGB Variations
Color information
#62DCE5 (or 0x62DCE5) is known color: Turquoise Blue. HEX triplet: 62, DC and E5. RGB value is (98,220,229). Sum of RGB (Red+Green+Blue) = 98+220+229=547 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.92% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #62DCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DCE5 is #9D231A. Grayscale: #B8B8B8. Windows color (decimal): -10298139 or 15064162. OLE color: 15064162.
HSL color Cylindrical-coordinate representation of color #62DCE5: hue angle of 184.12º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62DCE5 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 220 | 229 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.10 |
| HSL | 184.12º | 0.72% | 0.64% | - |
| HSV(B) | 184.12º | 0.57% | 0.9% | - |
| XYZ | 44.77 | 59.44 | 83.24 | - |
| YUV | 184.55 | 153.08 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 229 | 0.57 | 0.04 | 0 | 0.10 | 184.12 | 0.72 | 0.64 |
| Hex | 62 | DC | E5 | 39 | 4 | 0 | A | B8 | 48 | 40 |
| Octal | 142 | 334 | 345 | 71 | 4 | 0 | 12 | 270 | 110 | 100 |
| Binary | 1100010 | 11011100 | 11100101 | 111001 | 100 | 0 | 1010 | 10111000 | 1001000 | 1000000 |
Color Harmonies of #62DCE5
Complementary color
Monochromatic Colors of #62DCE5
Black with #62DCE5
Text Example
Text Example
White with #62DCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DCE5; }
p { color: rgb(98,220,229); }
H1.HeaderClassName
{
color: #62DCE5;
}
.AnyTagClassName
{
color: #62DCE5;
}
</style>
background-color css
<style>
a { background-color: #62DCE5; }
a { background-color: rgb(98,220,229); }
div.DivClassName
{
background-color: #62DCE5;
}
.BgClassName
{
background-color: #62DCE5;
}
</style>
border-color css
<style>
span { border-color: #62DCE5; }
span { border-color: rgb(98,220,229); }
td.TdClassName
{
border-color: #62DCE5;
}
.TagClassName
{
border-color: #62DCE5;
}
</style>