Shades of Turquoise Blue #62DBDD
Tints of Turquoise Blue #62DBDD
RGB
CMYK
RGB Variations
Color information
#62DBDD (or 0x62DBDD) is known color: Turquoise Blue. HEX triplet: 62, DB and DD. RGB value is (98,219,221). Sum of RGB (Red+Green+Blue) = 98+219+221=538 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.22% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #62DBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DBDD is #9D2422. Grayscale: #B6B6B6. Windows color (decimal): -10298403 or 14539618. OLE color: 14539618.
HSL color Cylindrical-coordinate representation of color #62DBDD: hue angle of 180.98º 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 #62DBDD is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 219 | 221 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.13 |
| HSL | 180.98º | 0.64% | 0.63% | - |
| HSV(B) | 180.98º | 0.56% | 0.87% | - |
| XYZ | 43.42 | 58.48 | 77.41 | - |
| YUV | 183.05 | 149.41 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 219 | 221 | 0.56 | 0.01 | 0 | 0.13 | 180.98 | 0.64 | 0.63 |
| Hex | 62 | DB | DD | 38 | 1 | 0 | D | B5 | 40 | 3F |
| Octal | 142 | 333 | 335 | 70 | 1 | 0 | 15 | 265 | 100 | 77 |
| Binary | 1100010 | 11011011 | 11011101 | 111000 | 1 | 0 | 1101 | 10110101 | 1000000 | 111111 |
Color Harmonies of #62DBDD
Complementary color
Monochromatic Colors of #62DBDD
Black with #62DBDD
Text Example
Text Example
White with #62DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DBDD; }
p { color: rgb(98,219,221); }
H1.HeaderClassName
{
color: #62DBDD;
}
.AnyTagClassName
{
color: #62DBDD;
}
</style>
background-color css
<style>
a { background-color: #62DBDD; }
a { background-color: rgb(98,219,221); }
div.DivClassName
{
background-color: #62DBDD;
}
.BgClassName
{
background-color: #62DBDD;
}
</style>
border-color css
<style>
span { border-color: #62DBDD; }
span { border-color: rgb(98,219,221); }
td.TdClassName
{
border-color: #62DBDD;
}
.TagClassName
{
border-color: #62DBDD;
}
</style>