Shades of Turquoise Blue #62DCFD
Tints of Turquoise Blue #62DCFD
RGB
CMYK
RGB Variations
Color information
#62DCFD (or 0x62DCFD) is known color: Turquoise Blue. HEX triplet: 62, DC and FD. RGB value is (98,220,253). Sum of RGB (Red+Green+Blue) = 98+220+253=571 (75% of max value = 765). Red value is 98 (38.67% from 255 or 17.16% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #62DCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DCFD is #9D2302. Grayscale: #BBBBBB. Windows color (decimal): -10298115 or 16637026. OLE color: 16637026.
HSL color Cylindrical-coordinate representation of color #62DCFD: hue angle of 192.77º 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 #62DCFD is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 220 | 253 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.01 |
| HSL | 192.77º | 0.97% | 0.69% | - |
| HSV(B) | 192.77º | 0.61% | 0.99% | - |
| XYZ | 48.36 | 60.87 | 102.13 | - |
| YUV | 187.28 | 165.08 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 253 | 0.61 | 0.13 | 0 | 0.01 | 192.77 | 0.97 | 0.69 |
| Hex | 62 | DC | FD | 3D | D | 0 | 1 | C1 | 61 | 45 |
| Octal | 142 | 334 | 375 | 75 | 15 | 0 | 1 | 301 | 141 | 105 |
| Binary | 1100010 | 11011100 | 11111101 | 111101 | 1101 | 0 | 1 | 11000001 | 1100001 | 1000101 |
Color Harmonies of #62DCFD
Complementary color
Monochromatic Colors of #62DCFD
Black with #62DCFD
Text Example
Text Example
White with #62DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DCFD; }
p { color: rgb(98,220,253); }
H1.HeaderClassName
{
color: #62DCFD;
}
.AnyTagClassName
{
color: #62DCFD;
}
</style>
background-color css
<style>
a { background-color: #62DCFD; }
a { background-color: rgb(98,220,253); }
div.DivClassName
{
background-color: #62DCFD;
}
.BgClassName
{
background-color: #62DCFD;
}
</style>
border-color css
<style>
span { border-color: #62DCFD; }
span { border-color: rgb(98,220,253); }
td.TdClassName
{
border-color: #62DCFD;
}
.TagClassName
{
border-color: #62DCFD;
}
</style>