Shades of Turquoise Blue #62D8EA
Tints of Turquoise Blue #62D8EA
RGB
CMYK
RGB Variations
Color information
#62D8EA (or 0x62D8EA) is known color: Turquoise Blue. HEX triplet: 62, D8 and EA. RGB value is (98,216,234). Sum of RGB (Red+Green+Blue) = 98+216+234=548 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.88% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #62D8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62D8EA is #9D2715. Grayscale: #B6B6B6. Windows color (decimal): -10299158 or 15390818. OLE color: 15390818.
HSL color Cylindrical-coordinate representation of color #62D8EA: hue angle of 187.94º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62D8EA is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 216 | 234 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.08 |
| HSL | 187.94º | 0.76% | 0.65% | - |
| HSV(B) | 187.94º | 0.58% | 0.92% | - |
| XYZ | 44.44 | 57.65 | 86.63 | - |
| YUV | 182.77 | 156.91 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 216 | 234 | 0.58 | 0.08 | 0 | 0.08 | 187.94 | 0.76 | 0.65 |
| Hex | 62 | D8 | EA | 3A | 8 | 0 | 8 | BC | 4C | 41 |
| Octal | 142 | 330 | 352 | 72 | 10 | 0 | 10 | 274 | 114 | 101 |
| Binary | 1100010 | 11011000 | 11101010 | 111010 | 1000 | 0 | 1000 | 10111100 | 1001100 | 1000001 |
Color Harmonies of #62D8EA
Complementary color
Monochromatic Colors of #62D8EA
Black with #62D8EA
Text Example
Text Example
White with #62D8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D8EA; }
p { color: rgb(98,216,234); }
H1.HeaderClassName
{
color: #62D8EA;
}
.AnyTagClassName
{
color: #62D8EA;
}
</style>
background-color css
<style>
a { background-color: #62D8EA; }
a { background-color: rgb(98,216,234); }
div.DivClassName
{
background-color: #62D8EA;
}
.BgClassName
{
background-color: #62D8EA;
}
</style>
border-color css
<style>
span { border-color: #62D8EA; }
span { border-color: rgb(98,216,234); }
td.TdClassName
{
border-color: #62D8EA;
}
.TagClassName
{
border-color: #62D8EA;
}
</style>