Shades of Turquoise Blue #62DCDB
Tints of Turquoise Blue #62DCDB
RGB
CMYK
RGB Variations
Color information
#62DCDB (or 0x62DCDB) is known color: Turquoise Blue. HEX triplet: 62, DC and DB. RGB value is (98,220,219). Sum of RGB (Red+Green+Blue) = 98+220+219=537 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.25% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #62DCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DCDB is #9D2324. Grayscale: #B7B7B7. Windows color (decimal): -10298149 or 14408802. OLE color: 14408802.
HSL color Cylindrical-coordinate representation of color #62DCDB: hue angle of 179.51º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62DCDB is Cyan = 0.55, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 220 | 219 | - |
| CMYK | 0.55 | 0 | 0.00 | 0.14 |
| HSL | 179.51º | 0.64% | 0.62% | - |
| HSV(B) | 179.51º | 0.55% | 0.86% | - |
| XYZ | 43.42 | 58.9 | 76.1 | - |
| YUV | 183.41 | 148.08 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 219 | 0.55 | 0 | 0.00 | 0.14 | 179.51 | 0.64 | 0.62 |
| Hex | 62 | DC | DB | 37 | 0 | 0 | E | B4 | 40 | 3E |
| Octal | 142 | 334 | 333 | 67 | 0 | 0 | 16 | 264 | 100 | 76 |
| Binary | 1100010 | 11011100 | 11011011 | 110111 | 0 | 0 | 1110 | 10110100 | 1000000 | 111110 |
Color Harmonies of #62DCDB
Complementary color
Monochromatic Colors of #62DCDB
Black with #62DCDB
Text Example
Text Example
White with #62DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DCDB; }
p { color: rgb(98,220,219); }
H1.HeaderClassName
{
color: #62DCDB;
}
.AnyTagClassName
{
color: #62DCDB;
}
</style>
background-color css
<style>
a { background-color: #62DCDB; }
a { background-color: rgb(98,220,219); }
div.DivClassName
{
background-color: #62DCDB;
}
.BgClassName
{
background-color: #62DCDB;
}
</style>
border-color css
<style>
span { border-color: #62DCDB; }
span { border-color: rgb(98,220,219); }
td.TdClassName
{
border-color: #62DCDB;
}
.TagClassName
{
border-color: #62DCDB;
}
</style>