Shades of Turquoise Blue #62D4FA
Tints of Turquoise Blue #62D4FA
RGB
CMYK
RGB Variations
Color information
#62D4FA (or 0x62D4FA) is known color: Turquoise Blue. HEX triplet: 62, D4 and FA. RGB value is (98,212,250). Sum of RGB (Red+Green+Blue) = 98+212+250=560 (74% of max value = 765). Red value is 98 (38.67% from 255 or 17.5% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #62D4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62D4FA is #9D2B05. Grayscale: #B5B5B5. Windows color (decimal): -10300166 or 16438370. OLE color: 16438370.
HSL color Cylindrical-coordinate representation of color #62D4FA: hue angle of 195º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62D4FA is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 212 | 250 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.02 |
| HSL | 195º | 0.94% | 0.68% | - |
| HSV(B) | 195º | 0.61% | 0.98% | - |
| XYZ | 45.84 | 56.59 | 98.95 | - |
| YUV | 182.25 | 166.23 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 212 | 250 | 0.61 | 0.15 | 0 | 0.02 | 195 | 0.94 | 0.68 |
| Hex | 62 | D4 | FA | 3D | F | 0 | 2 | C3 | 5E | 44 |
| Octal | 142 | 324 | 372 | 75 | 17 | 0 | 2 | 303 | 136 | 104 |
| Binary | 1100010 | 11010100 | 11111010 | 111101 | 1111 | 0 | 10 | 11000011 | 1011110 | 1000100 |
Color Harmonies of #62D4FA
Complementary color
Monochromatic Colors of #62D4FA
Black with #62D4FA
Text Example
Text Example
White with #62D4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D4FA; }
p { color: rgb(98,212,250); }
H1.HeaderClassName
{
color: #62D4FA;
}
.AnyTagClassName
{
color: #62D4FA;
}
</style>
background-color css
<style>
a { background-color: #62D4FA; }
a { background-color: rgb(98,212,250); }
div.DivClassName
{
background-color: #62D4FA;
}
.BgClassName
{
background-color: #62D4FA;
}
</style>
border-color css
<style>
span { border-color: #62D4FA; }
span { border-color: rgb(98,212,250); }
td.TdClassName
{
border-color: #62D4FA;
}
.TagClassName
{
border-color: #62D4FA;
}
</style>