Shades of Turquoise Blue #62DDEA
Tints of Turquoise Blue #62DDEA
RGB
CMYK
RGB Variations
Color information
#62DDEA (or 0x62DDEA) is known color: Turquoise Blue. HEX triplet: 62, DD and EA. RGB value is (98,221,234). Sum of RGB (Red+Green+Blue) = 98+221+234=553 (73% of max value = 765). Red value is 98 (38.67% from 255 or 17.72% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #62DDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DDEA is #9D2215. Grayscale: #B9B9B9. Windows color (decimal): -10297878 or 15392098. OLE color: 15392098.
HSL color Cylindrical-coordinate representation of color #62DDEA: hue angle of 185.74º 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 #62DDEA is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 221 | 234 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.08 |
| HSL | 185.74º | 0.76% | 0.65% | - |
| HSV(B) | 185.74º | 0.58% | 0.92% | - |
| XYZ | 45.74 | 60.25 | 87.06 | - |
| YUV | 185.71 | 155.25 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 221 | 234 | 0.58 | 0.06 | 0 | 0.08 | 185.74 | 0.76 | 0.65 |
| Hex | 62 | DD | EA | 3A | 6 | 0 | 8 | BA | 4C | 41 |
| Octal | 142 | 335 | 352 | 72 | 6 | 0 | 10 | 272 | 114 | 101 |
| Binary | 1100010 | 11011101 | 11101010 | 111010 | 110 | 0 | 1000 | 10111010 | 1001100 | 1000001 |
Color Harmonies of #62DDEA
Complementary color
Monochromatic Colors of #62DDEA
Black with #62DDEA
Text Example
Text Example
White with #62DDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DDEA; }
p { color: rgb(98,221,234); }
H1.HeaderClassName
{
color: #62DDEA;
}
.AnyTagClassName
{
color: #62DDEA;
}
</style>
background-color css
<style>
a { background-color: #62DDEA; }
a { background-color: rgb(98,221,234); }
div.DivClassName
{
background-color: #62DDEA;
}
.BgClassName
{
background-color: #62DDEA;
}
</style>
border-color css
<style>
span { border-color: #62DDEA; }
span { border-color: rgb(98,221,234); }
td.TdClassName
{
border-color: #62DDEA;
}
.TagClassName
{
border-color: #62DDEA;
}
</style>