Shades of Turquoise Blue #62DDEF
Tints of Turquoise Blue #62DDEF
RGB
CMYK
RGB Variations
Color information
#62DDEF (or 0x62DDEF) is known color: Turquoise Blue. HEX triplet: 62, DD and EF. RGB value is (98,221,239). Sum of RGB (Red+Green+Blue) = 98+221+239=558 (73% of max value = 765). Red value is 98 (38.67% from 255 or 17.56% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #62DDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DDEF is #9D2210. Grayscale: #BABABA. Windows color (decimal): -10297873 or 15719778. OLE color: 15719778.
HSL color Cylindrical-coordinate representation of color #62DDEF: hue angle of 187.66º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62DDEF is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 221 | 239 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.06 |
| HSL | 187.66º | 0.82% | 0.66% | - |
| HSV(B) | 187.66º | 0.59% | 0.94% | - |
| XYZ | 46.47 | 60.54 | 90.9 | - |
| YUV | 186.28 | 157.75 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 221 | 239 | 0.59 | 0.08 | 0 | 0.06 | 187.66 | 0.82 | 0.66 |
| Hex | 62 | DD | EF | 3B | 8 | 0 | 6 | BC | 52 | 42 |
| Octal | 142 | 335 | 357 | 73 | 10 | 0 | 6 | 274 | 122 | 102 |
| Binary | 1100010 | 11011101 | 11101111 | 111011 | 1000 | 0 | 110 | 10111100 | 1010010 | 1000010 |
Color Harmonies of #62DDEF
Complementary color
Monochromatic Colors of #62DDEF
Black with #62DDEF
Text Example
Text Example
White with #62DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DDEF; }
p { color: rgb(98,221,239); }
H1.HeaderClassName
{
color: #62DDEF;
}
.AnyTagClassName
{
color: #62DDEF;
}
</style>
background-color css
<style>
a { background-color: #62DDEF; }
a { background-color: rgb(98,221,239); }
div.DivClassName
{
background-color: #62DDEF;
}
.BgClassName
{
background-color: #62DDEF;
}
</style>
border-color css
<style>
span { border-color: #62DDEF; }
span { border-color: rgb(98,221,239); }
td.TdClassName
{
border-color: #62DDEF;
}
.TagClassName
{
border-color: #62DDEF;
}
</style>