Shades of Turquoise Blue #62DFDD
Tints of Turquoise Blue #62DFDD
RGB
CMYK
RGB Variations
Color information
#62DFDD (or 0x62DFDD) is known color: Turquoise Blue. HEX triplet: 62, DF and DD. RGB value is (98,223,221). Sum of RGB (Red+Green+Blue) = 98+223+221=542 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.08% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #62DFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DFDD is #9D2022. Grayscale: #B9B9B9. Windows color (decimal): -10297379 or 14540642. OLE color: 14540642.
HSL color Cylindrical-coordinate representation of color #62DFDD: hue angle of 179.04º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62DFDD is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 223 | 221 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.13 |
| HSL | 179.04º | 0.66% | 0.63% | - |
| HSV(B) | 179.04º | 0.56% | 0.87% | - |
| XYZ | 44.48 | 60.59 | 77.76 | - |
| YUV | 185.4 | 148.09 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 223 | 221 | 0.56 | 0 | 0.01 | 0.13 | 179.04 | 0.66 | 0.63 |
| Hex | 62 | DF | DD | 38 | 0 | 1 | D | B3 | 42 | 3F |
| Octal | 142 | 337 | 335 | 70 | 0 | 1 | 15 | 263 | 102 | 77 |
| Binary | 1100010 | 11011111 | 11011101 | 111000 | 0 | 1 | 1101 | 10110011 | 1000010 | 111111 |
Color Harmonies of #62DFDD
Complementary color
Monochromatic Colors of #62DFDD
Black with #62DFDD
Text Example
Text Example
White with #62DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DFDD; }
p { color: rgb(98,223,221); }
H1.HeaderClassName
{
color: #62DFDD;
}
.AnyTagClassName
{
color: #62DFDD;
}
</style>
background-color css
<style>
a { background-color: #62DFDD; }
a { background-color: rgb(98,223,221); }
div.DivClassName
{
background-color: #62DFDD;
}
.BgClassName
{
background-color: #62DFDD;
}
</style>
border-color css
<style>
span { border-color: #62DFDD; }
span { border-color: rgb(98,223,221); }
td.TdClassName
{
border-color: #62DFDD;
}
.TagClassName
{
border-color: #62DFDD;
}
</style>