Shades of Turquoise Blue #62EDED
Tints of Turquoise Blue #62EDED
RGB
CMYK
RGB Variations
Color information
#62EDED (or 0x62EDED) is known color: Turquoise Blue. HEX triplet: 62, ED and ED. RGB value is (98,237,237). Sum of RGB (Red+Green+Blue) = 98+237+237=572 (75% of max value = 765). Red value is 98 (38.67% from 255 or 17.13% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #62EDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #62EDED is #9D1212. Grayscale: #C3C3C3. Windows color (decimal): -10293779 or 15592802. OLE color: 15592802.
HSL color Cylindrical-coordinate representation of color #62EDED: hue angle of 180º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62EDED is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 237 | 237 | - |
| CMYK | 0.59 | 0 | 0 | 0.07 |
| HSL | 180º | 0.79% | 0.66% | - |
| HSV(B) | 180º | 0.59% | 0.93% | - |
| XYZ | 50.61 | 69.28 | 90.83 | - |
| YUV | 195.44 | 151.45 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 237 | 237 | 0.59 | 0 | 0 | 0.07 | 180 | 0.79 | 0.66 |
| Hex | 62 | ED | ED | 3B | 0 | 0 | 7 | B4 | 4F | 42 |
| Octal | 142 | 355 | 355 | 73 | 0 | 0 | 7 | 264 | 117 | 102 |
| Binary | 1100010 | 11101101 | 11101101 | 111011 | 0 | 0 | 111 | 10110100 | 1001111 | 1000010 |
Color Harmonies of #62EDED
Complementary color
Monochromatic Colors of #62EDED
Black with #62EDED
Text Example
Text Example
White with #62EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62EDED; }
p { color: rgb(98,237,237); }
H1.HeaderClassName
{
color: #62EDED;
}
.AnyTagClassName
{
color: #62EDED;
}
</style>
background-color css
<style>
a { background-color: #62EDED; }
a { background-color: rgb(98,237,237); }
div.DivClassName
{
background-color: #62EDED;
}
.BgClassName
{
background-color: #62EDED;
}
</style>
border-color css
<style>
span { border-color: #62EDED; }
span { border-color: rgb(98,237,237); }
td.TdClassName
{
border-color: #62EDED;
}
.TagClassName
{
border-color: #62EDED;
}
</style>