Shades of Turquoise Blue #62DCFE
Tints of Turquoise Blue #62DCFE
RGB
CMYK
RGB Variations
Color information
#62DCFE (or 0x62DCFE) is known color: Turquoise Blue. HEX triplet: 62, DC and FE. RGB value is (98,220,254). Sum of RGB (Red+Green+Blue) = 98+220+254=572 (75% of max value = 765). Red value is 98 (38.67% from 255 or 17.13% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #62DCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DCFE is #9D2301. Grayscale: #BBBBBB. Windows color (decimal): -10298114 or 16702562. OLE color: 16702562.
HSL color Cylindrical-coordinate representation of color #62DCFE: hue angle of 193.08º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62DCFE is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 220 | 254 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.00 |
| HSL | 193.08º | 0.99% | 0.69% | - |
| HSV(B) | 193.08º | 0.61% | 1% | - |
| XYZ | 48.52 | 60.94 | 102.97 | - |
| YUV | 187.4 | 165.58 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 254 | 0.61 | 0.13 | 0 | 0.00 | 193.08 | 0.99 | 0.69 |
| Hex | 62 | DC | FE | 3D | D | 0 | 0 | C1 | 63 | 45 |
| Octal | 142 | 334 | 376 | 75 | 15 | 0 | 0 | 301 | 143 | 105 |
| Binary | 1100010 | 11011100 | 11111110 | 111101 | 1101 | 0 | 0 | 11000001 | 1100011 | 1000101 |
Color Harmonies of #62DCFE
Complementary color
Monochromatic Colors of #62DCFE
Black with #62DCFE
Text Example
Text Example
White with #62DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DCFE; }
p { color: rgb(98,220,254); }
H1.HeaderClassName
{
color: #62DCFE;
}
.AnyTagClassName
{
color: #62DCFE;
}
</style>
background-color css
<style>
a { background-color: #62DCFE; }
a { background-color: rgb(98,220,254); }
div.DivClassName
{
background-color: #62DCFE;
}
.BgClassName
{
background-color: #62DCFE;
}
</style>
border-color css
<style>
span { border-color: #62DCFE; }
span { border-color: rgb(98,220,254); }
td.TdClassName
{
border-color: #62DCFE;
}
.TagClassName
{
border-color: #62DCFE;
}
</style>