Shades of Turquoise Blue #62DCDF
Tints of Turquoise Blue #62DCDF
RGB
CMYK
RGB Variations
Color information
#62DCDF (or 0x62DCDF) is known color: Turquoise Blue. HEX triplet: 62, DC and DF. RGB value is (98,220,223). Sum of RGB (Red+Green+Blue) = 98+220+223=541 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.11% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #62DCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DCDF is #9D2320. Grayscale: #B7B7B7. Windows color (decimal): -10298145 or 14670946. OLE color: 14670946.
HSL color Cylindrical-coordinate representation of color #62DCDF: hue angle of 181.44º 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 #62DCDF is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 220 | 223 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.13 |
| HSL | 181.44º | 0.66% | 0.63% | - |
| HSV(B) | 181.44º | 0.56% | 0.87% | - |
| XYZ | 43.95 | 59.11 | 78.91 | - |
| YUV | 183.86 | 150.08 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 223 | 0.56 | 0.01 | 0 | 0.13 | 181.44 | 0.66 | 0.63 |
| Hex | 62 | DC | DF | 38 | 1 | 0 | D | B5 | 42 | 3F |
| Octal | 142 | 334 | 337 | 70 | 1 | 0 | 15 | 265 | 102 | 77 |
| Binary | 1100010 | 11011100 | 11011111 | 111000 | 1 | 0 | 1101 | 10110101 | 1000010 | 111111 |
Color Harmonies of #62DCDF
Complementary color
Monochromatic Colors of #62DCDF
Black with #62DCDF
Text Example
Text Example
White with #62DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DCDF; }
p { color: rgb(98,220,223); }
H1.HeaderClassName
{
color: #62DCDF;
}
.AnyTagClassName
{
color: #62DCDF;
}
</style>
background-color css
<style>
a { background-color: #62DCDF; }
a { background-color: rgb(98,220,223); }
div.DivClassName
{
background-color: #62DCDF;
}
.BgClassName
{
background-color: #62DCDF;
}
</style>
border-color css
<style>
span { border-color: #62DCDF; }
span { border-color: rgb(98,220,223); }
td.TdClassName
{
border-color: #62DCDF;
}
.TagClassName
{
border-color: #62DCDF;
}
</style>