Shades of Turquoise Blue #62DCDD
Tints of Turquoise Blue #62DCDD
RGB
CMYK
RGB Variations
Color information
#62DCDD (or 0x62DCDD) is known color: Turquoise Blue. HEX triplet: 62, DC and DD. RGB value is (98,220,221). Sum of RGB (Red+Green+Blue) = 98+220+221=539 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.18% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #62DCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DCDD is #9D2322. Grayscale: #B7B7B7. Windows color (decimal): -10298147 or 14539874. OLE color: 14539874.
HSL color Cylindrical-coordinate representation of color #62DCDD: hue angle of 180.49º degrees, saturation: 0.64, 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 #62DCDD is Cyan = 0.56, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 220 | 221 | - |
| CMYK | 0.56 | 0.00 | 0 | 0.13 |
| HSL | 180.49º | 0.64% | 0.63% | - |
| HSV(B) | 180.49º | 0.56% | 0.87% | - |
| XYZ | 43.68 | 59 | 77.49 | - |
| YUV | 183.64 | 149.08 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 221 | 0.56 | 0.00 | 0 | 0.13 | 180.49 | 0.64 | 0.63 |
| Hex | 62 | DC | DD | 38 | 0 | 0 | D | B4 | 40 | 3F |
| Octal | 142 | 334 | 335 | 70 | 0 | 0 | 15 | 264 | 100 | 77 |
| Binary | 1100010 | 11011100 | 11011101 | 111000 | 0 | 0 | 1101 | 10110100 | 1000000 | 111111 |
Color Harmonies of #62DCDD
Complementary color
Monochromatic Colors of #62DCDD
Black with #62DCDD
Text Example
Text Example
White with #62DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DCDD; }
p { color: rgb(98,220,221); }
H1.HeaderClassName
{
color: #62DCDD;
}
.AnyTagClassName
{
color: #62DCDD;
}
</style>
background-color css
<style>
a { background-color: #62DCDD; }
a { background-color: rgb(98,220,221); }
div.DivClassName
{
background-color: #62DCDD;
}
.BgClassName
{
background-color: #62DCDD;
}
</style>
border-color css
<style>
span { border-color: #62DCDD; }
span { border-color: rgb(98,220,221); }
td.TdClassName
{
border-color: #62DCDD;
}
.TagClassName
{
border-color: #62DCDD;
}
</style>