Shades of Turquoise Blue #62DBEB
Tints of Turquoise Blue #62DBEB
RGB
CMYK
RGB Variations
Color information
#62DBEB (or 0x62DBEB) is known color: Turquoise Blue. HEX triplet: 62, DB and EB. RGB value is (98,219,235). Sum of RGB (Red+Green+Blue) = 98+219+235=552 (73% of max value = 765). Red value is 98 (38.67% from 255 or 17.75% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #62DBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DBEB is #9D2414. Grayscale: #B8B8B8. Windows color (decimal): -10298389 or 15457122. OLE color: 15457122.
HSL color Cylindrical-coordinate representation of color #62DBEB: hue angle of 187.01º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62DBEB is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 219 | 235 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.08 |
| HSL | 187.01º | 0.77% | 0.65% | - |
| HSV(B) | 187.01º | 0.58% | 0.92% | - |
| XYZ | 45.36 | 59.26 | 87.64 | - |
| YUV | 184.65 | 156.41 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 219 | 235 | 0.58 | 0.07 | 0 | 0.08 | 187.01 | 0.77 | 0.65 |
| Hex | 62 | DB | EB | 3A | 7 | 0 | 8 | BB | 4D | 41 |
| Octal | 142 | 333 | 353 | 72 | 7 | 0 | 10 | 273 | 115 | 101 |
| Binary | 1100010 | 11011011 | 11101011 | 111010 | 111 | 0 | 1000 | 10111011 | 1001101 | 1000001 |
Color Harmonies of #62DBEB
Complementary color
Monochromatic Colors of #62DBEB
Black with #62DBEB
Text Example
Text Example
White with #62DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DBEB; }
p { color: rgb(98,219,235); }
H1.HeaderClassName
{
color: #62DBEB;
}
.AnyTagClassName
{
color: #62DBEB;
}
</style>
background-color css
<style>
a { background-color: #62DBEB; }
a { background-color: rgb(98,219,235); }
div.DivClassName
{
background-color: #62DBEB;
}
.BgClassName
{
background-color: #62DBEB;
}
</style>
border-color css
<style>
span { border-color: #62DBEB; }
span { border-color: rgb(98,219,235); }
td.TdClassName
{
border-color: #62DBEB;
}
.TagClassName
{
border-color: #62DBEB;
}
</style>