Shades of Turquoise Blue #62D4E7
Tints of Turquoise Blue #62D4E7
RGB
CMYK
RGB Variations
Color information
#62D4E7 (or 0x62D4E7) is known color: Turquoise Blue. HEX triplet: 62, D4 and E7. RGB value is (98,212,231). Sum of RGB (Red+Green+Blue) = 98+212+231=541 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.11% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 231 (90.62% from 255 or 42.70% from 541); Max value from RGB is 231 - color contains mainly: blue. Hex color #62D4E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62D4E7 is #9D2B18. Grayscale: #B3B3B3. Windows color (decimal): -10300185 or 15193186. OLE color: 15193186.
HSL color Cylindrical-coordinate representation of color #62D4E7: hue angle of 188.57º 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 #62D4E7 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 98 | 212 | 231 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.09 |
| HSL | 188.57º | 0.73% | 0.65% | - |
| HSV(B) | 188.57º | 0.58% | 0.91% | - |
| XYZ | 43 | 55.45 | 84.04 | - |
| YUV | 180.08 | 156.73 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 212 | 231 | 0.58 | 0.08 | 0 | 0.09 | 188.57 | 0.73 | 0.65 |
| Hex | 62 | D4 | E7 | 3A | 8 | 0 | 9 | BD | 49 | 41 |
| Octal | 142 | 324 | 347 | 72 | 10 | 0 | 11 | 275 | 111 | 101 |
| Binary | 1100010 | 11010100 | 11100111 | 111010 | 1000 | 0 | 1001 | 10111101 | 1001001 | 1000001 |
Color Harmonies of #62D4E7
Complementary color
Monochromatic Colors of #62D4E7
Black with #62D4E7
Text Example
Text Example
White with #62D4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D4E7; }
p { color: rgb(98,212,231); }
H1.HeaderClassName
{
color: #62D4E7;
}
.AnyTagClassName
{
color: #62D4E7;
}
</style>
background-color css
<style>
a { background-color: #62D4E7; }
a { background-color: rgb(98,212,231); }
div.DivClassName
{
background-color: #62D4E7;
}
.BgClassName
{
background-color: #62D4E7;
}
</style>
border-color css
<style>
span { border-color: #62D4E7; }
span { border-color: rgb(98,212,231); }
td.TdClassName
{
border-color: #62D4E7;
}
.TagClassName
{
border-color: #62D4E7;
}
</style>