Shades of Turquoise Blue #62DCFC
Tints of Turquoise Blue #62DCFC
RGB
CMYK
RGB Variations
Color information
#62DCFC (or 0x62DCFC) is known color: Turquoise Blue. HEX triplet: 62, DC and FC. RGB value is (98,220,252). Sum of RGB (Red+Green+Blue) = 98+220+252=570 (75% of max value = 765). Red value is 98 (38.67% from 255 or 17.19% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #62DCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DCFC is #9D2303. Grayscale: #BABABA. Windows color (decimal): -10298116 or 16571490. OLE color: 16571490.
HSL color Cylindrical-coordinate representation of color #62DCFC: hue angle of 192.47º degrees, saturation: 0.96, 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 #62DCFC is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 220 | 252 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.01 |
| HSL | 192.47º | 0.96% | 0.69% | - |
| HSV(B) | 192.47º | 0.61% | 0.99% | - |
| XYZ | 48.2 | 60.81 | 101.29 | - |
| YUV | 187.17 | 164.58 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 252 | 0.61 | 0.13 | 0 | 0.01 | 192.47 | 0.96 | 0.69 |
| Hex | 62 | DC | FC | 3D | D | 0 | 1 | C0 | 60 | 45 |
| Octal | 142 | 334 | 374 | 75 | 15 | 0 | 1 | 300 | 140 | 105 |
| Binary | 1100010 | 11011100 | 11111100 | 111101 | 1101 | 0 | 1 | 11000000 | 1100000 | 1000101 |
Color Harmonies of #62DCFC
Complementary color
Monochromatic Colors of #62DCFC
Black with #62DCFC
Text Example
Text Example
White with #62DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DCFC; }
p { color: rgb(98,220,252); }
H1.HeaderClassName
{
color: #62DCFC;
}
.AnyTagClassName
{
color: #62DCFC;
}
</style>
background-color css
<style>
a { background-color: #62DCFC; }
a { background-color: rgb(98,220,252); }
div.DivClassName
{
background-color: #62DCFC;
}
.BgClassName
{
background-color: #62DCFC;
}
</style>
border-color css
<style>
span { border-color: #62DCFC; }
span { border-color: rgb(98,220,252); }
td.TdClassName
{
border-color: #62DCFC;
}
.TagClassName
{
border-color: #62DCFC;
}
</style>