Shades of Turquoise Blue #62DCFF
Tints of Turquoise Blue #62DCFF
RGB
CMYK
RGB Variations
Color information
#62DCFF (or 0x62DCFF) is known color: Turquoise Blue. HEX triplet: 62, DC and FF. RGB value is (98,220,255). Sum of RGB (Red+Green+Blue) = 98+220+255=573 (75% of max value = 765). Red value is 98 (38.67% from 255 or 17.10% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #62DCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DCFF is #9D2300. Grayscale: #BBBBBB. Windows color (decimal): -10298113 or 16768098. OLE color: 16768098.
HSL color Cylindrical-coordinate representation of color #62DCFF: hue angle of 193.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62DCFF is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 220 | 255 | - |
| CMYK | 0.62 | 0.14 | 0 | 0 |
| HSL | 193.38º | 1% | 0.69% | - |
| HSV(B) | 193.38º | 0.62% | 1% | - |
| XYZ | 48.68 | 61 | 103.82 | - |
| YUV | 187.51 | 166.08 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 255 | 0.62 | 0.14 | 0 | 0 | 193.38 | 1 | 0.69 |
| Hex | 62 | DC | FF | 3E | E | 0 | 0 | C1 | 64 | 45 |
| Octal | 142 | 334 | 377 | 76 | 16 | 0 | 0 | 301 | 144 | 105 |
| Binary | 1100010 | 11011100 | 11111111 | 111110 | 1110 | 0 | 0 | 11000001 | 1100100 | 1000101 |
Color Harmonies of #62DCFF
Complementary color
Monochromatic Colors of #62DCFF
Black with #62DCFF
Text Example
Text Example
White with #62DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DCFF; }
p { color: rgb(98,220,255); }
H1.HeaderClassName
{
color: #62DCFF;
}
.AnyTagClassName
{
color: #62DCFF;
}
</style>
background-color css
<style>
a { background-color: #62DCFF; }
a { background-color: rgb(98,220,255); }
div.DivClassName
{
background-color: #62DCFF;
}
.BgClassName
{
background-color: #62DCFF;
}
</style>
border-color css
<style>
span { border-color: #62DCFF; }
span { border-color: rgb(98,220,255); }
td.TdClassName
{
border-color: #62DCFF;
}
.TagClassName
{
border-color: #62DCFF;
}
</style>