Shades of Turquoise Blue #62DBFD
Tints of Turquoise Blue #62DBFD
RGB
CMYK
RGB Variations
Color information
#62DBFD (or 0x62DBFD) is known color: Turquoise Blue. HEX triplet: 62, DB and FD. RGB value is (98,219,253). Sum of RGB (Red+Green+Blue) = 98+219+253=570 (75% of max value = 765). Red value is 98 (38.67% from 255 or 17.19% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #62DBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DBFD is #9D2402. Grayscale: #BABABA. Windows color (decimal): -10298371 or 16636770. OLE color: 16636770.
HSL color Cylindrical-coordinate representation of color #62DBFD: hue angle of 193.16º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62DBFD is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 219 | 253 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.01 |
| HSL | 193.16º | 0.97% | 0.69% | - |
| HSV(B) | 193.16º | 0.61% | 0.99% | - |
| XYZ | 48.1 | 60.35 | 102.04 | - |
| YUV | 186.7 | 165.41 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 219 | 253 | 0.61 | 0.13 | 0 | 0.01 | 193.16 | 0.97 | 0.69 |
| Hex | 62 | DB | FD | 3D | D | 0 | 1 | C1 | 61 | 45 |
| Octal | 142 | 333 | 375 | 75 | 15 | 0 | 1 | 301 | 141 | 105 |
| Binary | 1100010 | 11011011 | 11111101 | 111101 | 1101 | 0 | 1 | 11000001 | 1100001 | 1000101 |
Color Harmonies of #62DBFD
Complementary color
Monochromatic Colors of #62DBFD
Black with #62DBFD
Text Example
Text Example
White with #62DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DBFD; }
p { color: rgb(98,219,253); }
H1.HeaderClassName
{
color: #62DBFD;
}
.AnyTagClassName
{
color: #62DBFD;
}
</style>
background-color css
<style>
a { background-color: #62DBFD; }
a { background-color: rgb(98,219,253); }
div.DivClassName
{
background-color: #62DBFD;
}
.BgClassName
{
background-color: #62DBFD;
}
</style>
border-color css
<style>
span { border-color: #62DBFD; }
span { border-color: rgb(98,219,253); }
td.TdClassName
{
border-color: #62DBFD;
}
.TagClassName
{
border-color: #62DBFD;
}
</style>