Shades of Turquoise Blue #62ECF5
Tints of Turquoise Blue #62ECF5
RGB
CMYK
RGB Variations
Color information
#62ECF5 (or 0x62ECF5) is known color: Turquoise Blue. HEX triplet: 62, EC and F5. RGB value is (98,236,245). Sum of RGB (Red+Green+Blue) = 98+236+245=579 (76% of max value = 765). Red value is 98 (38.67% from 255 or 16.93% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 245 (96.09% from 255 or 42.31% from 579); Max value from RGB is 245 - color contains mainly: blue. Hex color #62ECF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #62ECF5 is #9D130A. Grayscale: #C3C3C3. Windows color (decimal): -10294027 or 16116834. OLE color: 16116834.
HSL color Cylindrical-coordinate representation of color #62ECF5: hue angle of 183.67º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62ECF5 is Cyan = 0.6, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 98 | 236 | 245 | - |
| CMYK | 0.6 | 0.04 | 0 | 0.04 |
| HSL | 183.67º | 0.88% | 0.67% | - |
| HSV(B) | 183.67º | 0.6% | 0.96% | - |
| XYZ | 51.51 | 69.18 | 97.02 | - |
| YUV | 195.76 | 155.78 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 236 | 245 | 0.6 | 0.04 | 0 | 0.04 | 183.67 | 0.88 | 0.67 |
| Hex | 62 | EC | F5 | 3C | 4 | 0 | 4 | B8 | 58 | 43 |
| Octal | 142 | 354 | 365 | 74 | 4 | 0 | 4 | 270 | 130 | 103 |
| Binary | 1100010 | 11101100 | 11110101 | 111100 | 100 | 0 | 100 | 10111000 | 1011000 | 1000011 |
Color Harmonies of #62ECF5
Complementary color
Monochromatic Colors of #62ECF5
Black with #62ECF5
Text Example
Text Example
White with #62ECF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ECF5; }
p { color: rgb(98,236,245); }
H1.HeaderClassName
{
color: #62ECF5;
}
.AnyTagClassName
{
color: #62ECF5;
}
</style>
background-color css
<style>
a { background-color: #62ECF5; }
a { background-color: rgb(98,236,245); }
div.DivClassName
{
background-color: #62ECF5;
}
.BgClassName
{
background-color: #62ECF5;
}
</style>
border-color css
<style>
span { border-color: #62ECF5; }
span { border-color: rgb(98,236,245); }
td.TdClassName
{
border-color: #62ECF5;
}
.TagClassName
{
border-color: #62ECF5;
}
</style>