Shades of Turquoise Blue #62DBFF
Tints of Turquoise Blue #62DBFF
RGB
CMYK
RGB Variations
Color information
#62DBFF (or 0x62DBFF) is known color: Turquoise Blue. HEX triplet: 62, DB and FF. RGB value is (98,219,255). Sum of RGB (Red+Green+Blue) = 98+219+255=572 (75% of max value = 765). Red value is 98 (38.67% from 255 or 17.13% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #62DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DBFF is #9D2400. Grayscale: #BABABA. Windows color (decimal): -10298369 or 16767842. OLE color: 16767842.
HSL color Cylindrical-coordinate representation of color #62DBFF: hue angle of 193.76º 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 #62DBFF is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 219 | 255 | - |
| CMYK | 0.62 | 0.14 | 0 | 0 |
| HSL | 193.76º | 1% | 0.69% | - |
| HSV(B) | 193.76º | 0.62% | 1% | - |
| XYZ | 48.42 | 60.48 | 103.73 | - |
| YUV | 186.93 | 166.41 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 219 | 255 | 0.62 | 0.14 | 0 | 0 | 193.76 | 1 | 0.69 |
| Hex | 62 | DB | FF | 3E | E | 0 | 0 | C2 | 64 | 45 |
| Octal | 142 | 333 | 377 | 76 | 16 | 0 | 0 | 302 | 144 | 105 |
| Binary | 1100010 | 11011011 | 11111111 | 111110 | 1110 | 0 | 0 | 11000010 | 1100100 | 1000101 |
Color Harmonies of #62DBFF
Complementary color
Monochromatic Colors of #62DBFF
Black with #62DBFF
Text Example
Text Example
White with #62DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DBFF; }
p { color: rgb(98,219,255); }
H1.HeaderClassName
{
color: #62DBFF;
}
.AnyTagClassName
{
color: #62DBFF;
}
</style>
background-color css
<style>
a { background-color: #62DBFF; }
a { background-color: rgb(98,219,255); }
div.DivClassName
{
background-color: #62DBFF;
}
.BgClassName
{
background-color: #62DBFF;
}
</style>
border-color css
<style>
span { border-color: #62DBFF; }
span { border-color: rgb(98,219,255); }
td.TdClassName
{
border-color: #62DBFF;
}
.TagClassName
{
border-color: #62DBFF;
}
</style>