Shades of Turquoise Blue #62EDF0
Tints of Turquoise Blue #62EDF0
RGB
CMYK
RGB Variations
Color information
#62EDF0 (or 0x62EDF0) is known color: Turquoise Blue. HEX triplet: 62, ED and F0. RGB value is (98,237,240). Sum of RGB (Red+Green+Blue) = 98+237+240=575 (76% of max value = 765). Red value is 98 (38.67% from 255 or 17.04% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #62EDF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #62EDF0 is #9D120F. Grayscale: #C3C3C3. Windows color (decimal): -10293776 or 15789410. OLE color: 15789410.
HSL color Cylindrical-coordinate representation of color #62EDF0: hue angle of 181.27º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62EDF0 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 237 | 240 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.06 |
| HSL | 181.27º | 0.83% | 0.66% | - |
| HSV(B) | 181.27º | 0.59% | 0.94% | - |
| XYZ | 51.05 | 69.46 | 93.15 | - |
| YUV | 195.78 | 152.95 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 237 | 240 | 0.59 | 0.01 | 0 | 0.06 | 181.27 | 0.83 | 0.66 |
| Hex | 62 | ED | F0 | 3B | 1 | 0 | 6 | B5 | 53 | 42 |
| Octal | 142 | 355 | 360 | 73 | 1 | 0 | 6 | 265 | 123 | 102 |
| Binary | 1100010 | 11101101 | 11110000 | 111011 | 1 | 0 | 110 | 10110101 | 1010011 | 1000010 |
Color Harmonies of #62EDF0
Complementary color
Monochromatic Colors of #62EDF0
Black with #62EDF0
Text Example
Text Example
White with #62EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62EDF0; }
p { color: rgb(98,237,240); }
H1.HeaderClassName
{
color: #62EDF0;
}
.AnyTagClassName
{
color: #62EDF0;
}
</style>
background-color css
<style>
a { background-color: #62EDF0; }
a { background-color: rgb(98,237,240); }
div.DivClassName
{
background-color: #62EDF0;
}
.BgClassName
{
background-color: #62EDF0;
}
</style>
border-color css
<style>
span { border-color: #62EDF0; }
span { border-color: rgb(98,237,240); }
td.TdClassName
{
border-color: #62EDF0;
}
.TagClassName
{
border-color: #62EDF0;
}
</style>