Shades of Turquoise Blue #62CEDB
Tints of Turquoise Blue #62CEDB
RGB
CMYK
RGB Variations
Color information
#62CEDB (or 0x62CEDB) is known color: Turquoise Blue. HEX triplet: 62, CE and DB. RGB value is (98,206,219). Sum of RGB (Red+Green+Blue) = 98+206+219=523 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.74% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #62CEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CEDB is #9D3124. Grayscale: #AFAFAF. Windows color (decimal): -10301733 or 14405218. OLE color: 14405218.
HSL color Cylindrical-coordinate representation of color #62CEDB: hue angle of 186.45º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62CEDB is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 206 | 219 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.14 |
| HSL | 186.45º | 0.63% | 0.62% | - |
| HSV(B) | 186.45º | 0.55% | 0.86% | - |
| XYZ | 39.89 | 51.85 | 74.92 | - |
| YUV | 175.19 | 152.72 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 206 | 219 | 0.55 | 0.06 | 0 | 0.14 | 186.45 | 0.63 | 0.62 |
| Hex | 62 | CE | DB | 37 | 6 | 0 | E | BA | 3F | 3E |
| Octal | 142 | 316 | 333 | 67 | 6 | 0 | 16 | 272 | 77 | 76 |
| Binary | 1100010 | 11001110 | 11011011 | 110111 | 110 | 0 | 1110 | 10111010 | 111111 | 111110 |
Color Harmonies of #62CEDB
Complementary color
Monochromatic Colors of #62CEDB
Black with #62CEDB
Text Example
Text Example
White with #62CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CEDB; }
p { color: rgb(98,206,219); }
H1.HeaderClassName
{
color: #62CEDB;
}
.AnyTagClassName
{
color: #62CEDB;
}
</style>
background-color css
<style>
a { background-color: #62CEDB; }
a { background-color: rgb(98,206,219); }
div.DivClassName
{
background-color: #62CEDB;
}
.BgClassName
{
background-color: #62CEDB;
}
</style>
border-color css
<style>
span { border-color: #62CEDB; }
span { border-color: rgb(98,206,219); }
td.TdClassName
{
border-color: #62CEDB;
}
.TagClassName
{
border-color: #62CEDB;
}
</style>