Shades of Turquoise Blue #62EDF2
Tints of Turquoise Blue #62EDF2
RGB
CMYK
RGB Variations
Color information
#62EDF2 (or 0x62EDF2) is known color: Turquoise Blue. HEX triplet: 62, ED and F2. RGB value is (98,237,242). Sum of RGB (Red+Green+Blue) = 98+237+242=577 (76% of max value = 765). Red value is 98 (38.67% from 255 or 16.98% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #62EDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #62EDF2 is #9D120D. Grayscale: #C3C3C3. Windows color (decimal): -10293774 or 15920482. OLE color: 15920482.
HSL color Cylindrical-coordinate representation of color #62EDF2: hue angle of 182.08º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62EDF2 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 237 | 242 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.05 |
| HSL | 182.08º | 0.85% | 0.67% | - |
| HSV(B) | 182.08º | 0.6% | 0.95% | - |
| XYZ | 51.35 | 69.58 | 94.73 | - |
| YUV | 196.01 | 153.95 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 237 | 242 | 0.60 | 0.02 | 0 | 0.05 | 182.08 | 0.85 | 0.67 |
| Hex | 62 | ED | F2 | 3C | 2 | 0 | 5 | B6 | 55 | 43 |
| Octal | 142 | 355 | 362 | 74 | 2 | 0 | 5 | 266 | 125 | 103 |
| Binary | 1100010 | 11101101 | 11110010 | 111100 | 10 | 0 | 101 | 10110110 | 1010101 | 1000011 |
Color Harmonies of #62EDF2
Complementary color
Monochromatic Colors of #62EDF2
Black with #62EDF2
Text Example
Text Example
White with #62EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62EDF2; }
p { color: rgb(98,237,242); }
H1.HeaderClassName
{
color: #62EDF2;
}
.AnyTagClassName
{
color: #62EDF2;
}
</style>
background-color css
<style>
a { background-color: #62EDF2; }
a { background-color: rgb(98,237,242); }
div.DivClassName
{
background-color: #62EDF2;
}
.BgClassName
{
background-color: #62EDF2;
}
</style>
border-color css
<style>
span { border-color: #62EDF2; }
span { border-color: rgb(98,237,242); }
td.TdClassName
{
border-color: #62EDF2;
}
.TagClassName
{
border-color: #62EDF2;
}
</style>