Shades of Turquoise Blue #62E1DF
Tints of Turquoise Blue #62E1DF
RGB
CMYK
RGB Variations
Color information
#62E1DF (or 0x62E1DF) is known color: Turquoise Blue. HEX triplet: 62, E1 and DF. RGB value is (98,225,223). Sum of RGB (Red+Green+Blue) = 98+225+223=546 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.95% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #62E1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62E1DF is #9D1E20. Grayscale: #BABABA. Windows color (decimal): -10296865 or 14672226. OLE color: 14672226.
HSL color Cylindrical-coordinate representation of color #62E1DF: hue angle of 179.06º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62E1DF is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 98 | 225 | 223 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.12 |
| HSL | 179.06º | 0.68% | 0.63% | - |
| HSV(B) | 179.06º | 0.56% | 0.88% | - |
| XYZ | 45.28 | 61.77 | 79.35 | - |
| YUV | 186.8 | 148.42 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 225 | 223 | 0.56 | 0 | 0.01 | 0.12 | 179.06 | 0.68 | 0.63 |
| Hex | 62 | E1 | DF | 38 | 0 | 1 | C | B3 | 44 | 3F |
| Octal | 142 | 341 | 337 | 70 | 0 | 1 | 14 | 263 | 104 | 77 |
| Binary | 1100010 | 11100001 | 11011111 | 111000 | 0 | 1 | 1100 | 10110011 | 1000100 | 111111 |
Color Harmonies of #62E1DF
Complementary color
Monochromatic Colors of #62E1DF
Black with #62E1DF
Text Example
Text Example
White with #62E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62E1DF; }
p { color: rgb(98,225,223); }
H1.HeaderClassName
{
color: #62E1DF;
}
.AnyTagClassName
{
color: #62E1DF;
}
</style>
background-color css
<style>
a { background-color: #62E1DF; }
a { background-color: rgb(98,225,223); }
div.DivClassName
{
background-color: #62E1DF;
}
.BgClassName
{
background-color: #62E1DF;
}
</style>
border-color css
<style>
span { border-color: #62E1DF; }
span { border-color: rgb(98,225,223); }
td.TdClassName
{
border-color: #62E1DF;
}
.TagClassName
{
border-color: #62E1DF;
}
</style>