Shades of Turquoise Blue #62E3F2
Tints of Turquoise Blue #62E3F2
RGB
CMYK
RGB Variations
Color information
#62E3F2 (or 0x62E3F2) is known color: Turquoise Blue. HEX triplet: 62, E3 and F2. RGB value is (98,227,242). Sum of RGB (Red+Green+Blue) = 98+227+242=567 (75% of max value = 765). Red value is 98 (38.67% from 255 or 17.28% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #62E3F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62E3F2 is #9D1C0D. Grayscale: #BDBDBD. Windows color (decimal): -10296334 or 15917922. OLE color: 15917922.
HSL color Cylindrical-coordinate representation of color #62E3F2: hue angle of 186.25º 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 #62E3F2 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 227 | 242 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.05 |
| HSL | 186.25º | 0.85% | 0.67% | - |
| HSV(B) | 186.25º | 0.6% | 0.95% | - |
| XYZ | 48.53 | 63.95 | 93.79 | - |
| YUV | 190.14 | 157.26 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 227 | 242 | 0.60 | 0.06 | 0 | 0.05 | 186.25 | 0.85 | 0.67 |
| Hex | 62 | E3 | F2 | 3C | 6 | 0 | 5 | BA | 55 | 43 |
| Octal | 142 | 343 | 362 | 74 | 6 | 0 | 5 | 272 | 125 | 103 |
| Binary | 1100010 | 11100011 | 11110010 | 111100 | 110 | 0 | 101 | 10111010 | 1010101 | 1000011 |
Color Harmonies of #62E3F2
Complementary color
Monochromatic Colors of #62E3F2
Black with #62E3F2
Text Example
Text Example
White with #62E3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62E3F2; }
p { color: rgb(98,227,242); }
H1.HeaderClassName
{
color: #62E3F2;
}
.AnyTagClassName
{
color: #62E3F2;
}
</style>
background-color css
<style>
a { background-color: #62E3F2; }
a { background-color: rgb(98,227,242); }
div.DivClassName
{
background-color: #62E3F2;
}
.BgClassName
{
background-color: #62E3F2;
}
</style>
border-color css
<style>
span { border-color: #62E3F2; }
span { border-color: rgb(98,227,242); }
td.TdClassName
{
border-color: #62E3F2;
}
.TagClassName
{
border-color: #62E3F2;
}
</style>