Shades of Turquoise Blue #62DBEF
Tints of Turquoise Blue #62DBEF
RGB
CMYK
RGB Variations
Color information
#62DBEF (or 0x62DBEF) is known color: Turquoise Blue. HEX triplet: 62, DB and EF. RGB value is (98,219,239). Sum of RGB (Red+Green+Blue) = 98+219+239=556 (73% of max value = 765). Red value is 98 (38.67% from 255 or 17.63% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #62DBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DBEF is #9D2410. Grayscale: #B8B8B8. Windows color (decimal): -10298385 or 15719266. OLE color: 15719266.
HSL color Cylindrical-coordinate representation of color #62DBEF: hue angle of 188.51º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62DBEF is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 219 | 239 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.06 |
| HSL | 188.51º | 0.82% | 0.66% | - |
| HSV(B) | 188.51º | 0.59% | 0.94% | - |
| XYZ | 45.95 | 59.49 | 90.72 | - |
| YUV | 185.1 | 158.41 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 219 | 239 | 0.59 | 0.08 | 0 | 0.06 | 188.51 | 0.82 | 0.66 |
| Hex | 62 | DB | EF | 3B | 8 | 0 | 6 | BD | 52 | 42 |
| Octal | 142 | 333 | 357 | 73 | 10 | 0 | 6 | 275 | 122 | 102 |
| Binary | 1100010 | 11011011 | 11101111 | 111011 | 1000 | 0 | 110 | 10111101 | 1010010 | 1000010 |
Color Harmonies of #62DBEF
Complementary color
Monochromatic Colors of #62DBEF
Black with #62DBEF
Text Example
Text Example
White with #62DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DBEF; }
p { color: rgb(98,219,239); }
H1.HeaderClassName
{
color: #62DBEF;
}
.AnyTagClassName
{
color: #62DBEF;
}
</style>
background-color css
<style>
a { background-color: #62DBEF; }
a { background-color: rgb(98,219,239); }
div.DivClassName
{
background-color: #62DBEF;
}
.BgClassName
{
background-color: #62DBEF;
}
</style>
border-color css
<style>
span { border-color: #62DBEF; }
span { border-color: rgb(98,219,239); }
td.TdClassName
{
border-color: #62DBEF;
}
.TagClassName
{
border-color: #62DBEF;
}
</style>