Shades of Turquoise Blue #62DBEE
Tints of Turquoise Blue #62DBEE
RGB
CMYK
RGB Variations
Color information
#62DBEE (or 0x62DBEE) is known color: Turquoise Blue. HEX triplet: 62, DB and EE. RGB value is (98,219,238). Sum of RGB (Red+Green+Blue) = 98+219+238=555 (73% of max value = 765). Red value is 98 (38.67% from 255 or 17.66% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #62DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DBEE is #9D2411. Grayscale: #B8B8B8. Windows color (decimal): -10298386 or 15653730. OLE color: 15653730.
HSL color Cylindrical-coordinate representation of color #62DBEE: hue angle of 188.14º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62DBEE is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 219 | 238 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.07 |
| HSL | 188.14º | 0.8% | 0.66% | - |
| HSV(B) | 188.14º | 0.59% | 0.93% | - |
| XYZ | 45.8 | 59.43 | 89.95 | - |
| YUV | 184.99 | 157.91 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 219 | 238 | 0.59 | 0.08 | 0 | 0.07 | 188.14 | 0.8 | 0.66 |
| Hex | 62 | DB | EE | 3B | 8 | 0 | 7 | BC | 50 | 42 |
| Octal | 142 | 333 | 356 | 73 | 10 | 0 | 7 | 274 | 120 | 102 |
| Binary | 1100010 | 11011011 | 11101110 | 111011 | 1000 | 0 | 111 | 10111100 | 1010000 | 1000010 |
Color Harmonies of #62DBEE
Complementary color
Monochromatic Colors of #62DBEE
Black with #62DBEE
Text Example
Text Example
White with #62DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DBEE; }
p { color: rgb(98,219,238); }
H1.HeaderClassName
{
color: #62DBEE;
}
.AnyTagClassName
{
color: #62DBEE;
}
</style>
background-color css
<style>
a { background-color: #62DBEE; }
a { background-color: rgb(98,219,238); }
div.DivClassName
{
background-color: #62DBEE;
}
.BgClassName
{
background-color: #62DBEE;
}
</style>
border-color css
<style>
span { border-color: #62DBEE; }
span { border-color: rgb(98,219,238); }
td.TdClassName
{
border-color: #62DBEE;
}
.TagClassName
{
border-color: #62DBEE;
}
</style>