Shades of Turquoise Blue #62D5E7
Tints of Turquoise Blue #62D5E7
RGB
CMYK
RGB Variations
Color information
#62D5E7 (or 0x62D5E7) is known color: Turquoise Blue. HEX triplet: 62, D5 and E7. RGB value is (98,213,231). Sum of RGB (Red+Green+Blue) = 98+213+231=542 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.08% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 231 (90.62% from 255 or 42.62% from 542); Max value from RGB is 231 - color contains mainly: blue. Hex color #62D5E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62D5E7 is #9D2A18. Grayscale: #B4B4B4. Windows color (decimal): -10299929 or 15193442. OLE color: 15193442.
HSL color Cylindrical-coordinate representation of color #62D5E7: hue angle of 188.12º 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 #62D5E7 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 98 | 213 | 231 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.09 |
| HSL | 188.12º | 0.73% | 0.65% | - |
| HSV(B) | 188.12º | 0.58% | 0.91% | - |
| XYZ | 43.26 | 55.95 | 84.12 | - |
| YUV | 180.67 | 156.4 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 213 | 231 | 0.58 | 0.08 | 0 | 0.09 | 188.12 | 0.73 | 0.65 |
| Hex | 62 | D5 | E7 | 3A | 8 | 0 | 9 | BC | 49 | 41 |
| Octal | 142 | 325 | 347 | 72 | 10 | 0 | 11 | 274 | 111 | 101 |
| Binary | 1100010 | 11010101 | 11100111 | 111010 | 1000 | 0 | 1001 | 10111100 | 1001001 | 1000001 |
Color Harmonies of #62D5E7
Complementary color
Monochromatic Colors of #62D5E7
Black with #62D5E7
Text Example
Text Example
White with #62D5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D5E7; }
p { color: rgb(98,213,231); }
H1.HeaderClassName
{
color: #62D5E7;
}
.AnyTagClassName
{
color: #62D5E7;
}
</style>
background-color css
<style>
a { background-color: #62D5E7; }
a { background-color: rgb(98,213,231); }
div.DivClassName
{
background-color: #62D5E7;
}
.BgClassName
{
background-color: #62D5E7;
}
</style>
border-color css
<style>
span { border-color: #62D5E7; }
span { border-color: rgb(98,213,231); }
td.TdClassName
{
border-color: #62D5E7;
}
.TagClassName
{
border-color: #62D5E7;
}
</style>