Shades of Turquoise Blue #62DCDC
Tints of Turquoise Blue #62DCDC
RGB
CMYK
RGB Variations
Color information
#62DCDC (or 0x62DCDC) is known color: Turquoise Blue. HEX triplet: 62, DC and DC. RGB value is (98,220,220). Sum of RGB (Red+Green+Blue) = 98+220+220=538 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.22% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #62DCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DCDC is #9D2323. Grayscale: #B7B7B7. Windows color (decimal): -10298148 or 14474338. OLE color: 14474338.
HSL color Cylindrical-coordinate representation of color #62DCDC: hue angle of 180º 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 #62DCDC is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 220 | 220 | - |
| CMYK | 0.55 | 0 | 0 | 0.14 |
| HSL | 180º | 0.64% | 0.62% | - |
| HSV(B) | 180º | 0.55% | 0.86% | - |
| XYZ | 43.55 | 58.95 | 76.79 | - |
| YUV | 183.52 | 148.58 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 220 | 0.55 | 0 | 0 | 0.14 | 180 | 0.64 | 0.62 |
| Hex | 62 | DC | DC | 37 | 0 | 0 | E | B4 | 40 | 3E |
| Octal | 142 | 334 | 334 | 67 | 0 | 0 | 16 | 264 | 100 | 76 |
| Binary | 1100010 | 11011100 | 11011100 | 110111 | 0 | 0 | 1110 | 10110100 | 1000000 | 111110 |
Color Harmonies of #62DCDC
Complementary color
Monochromatic Colors of #62DCDC
Black with #62DCDC
Text Example
Text Example
White with #62DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DCDC; }
p { color: rgb(98,220,220); }
H1.HeaderClassName
{
color: #62DCDC;
}
.AnyTagClassName
{
color: #62DCDC;
}
</style>
background-color css
<style>
a { background-color: #62DCDC; }
a { background-color: rgb(98,220,220); }
div.DivClassName
{
background-color: #62DCDC;
}
.BgClassName
{
background-color: #62DCDC;
}
</style>
border-color css
<style>
span { border-color: #62DCDC; }
span { border-color: rgb(98,220,220); }
td.TdClassName
{
border-color: #62DCDC;
}
.TagClassName
{
border-color: #62DCDC;
}
</style>