Shades of Turquoise Blue #62DBFB
Tints of Turquoise Blue #62DBFB
RGB
CMYK
RGB Variations
Color information
#62DBFB (or 0x62DBFB) is known color: Turquoise Blue. HEX triplet: 62, DB and FB. RGB value is (98,219,251). Sum of RGB (Red+Green+Blue) = 98+219+251=568 (75% of max value = 765). Red value is 98 (38.67% from 255 or 17.25% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #62DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DBFB is #9D2404. Grayscale: #BABABA. Windows color (decimal): -10298373 or 16505698. OLE color: 16505698.
HSL color Cylindrical-coordinate representation of color #62DBFB: hue angle of 192.55º degrees, saturation: 0.95, 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 #62DBFB is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 219 | 251 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.02 |
| HSL | 192.55º | 0.95% | 0.68% | - |
| HSV(B) | 192.55º | 0.61% | 0.98% | - |
| XYZ | 47.78 | 60.22 | 100.37 | - |
| YUV | 186.47 | 164.41 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 219 | 251 | 0.61 | 0.13 | 0 | 0.02 | 192.55 | 0.95 | 0.68 |
| Hex | 62 | DB | FB | 3D | D | 0 | 2 | C1 | 5F | 44 |
| Octal | 142 | 333 | 373 | 75 | 15 | 0 | 2 | 301 | 137 | 104 |
| Binary | 1100010 | 11011011 | 11111011 | 111101 | 1101 | 0 | 10 | 11000001 | 1011111 | 1000100 |
Color Harmonies of #62DBFB
Complementary color
Monochromatic Colors of #62DBFB
Black with #62DBFB
Text Example
Text Example
White with #62DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DBFB; }
p { color: rgb(98,219,251); }
H1.HeaderClassName
{
color: #62DBFB;
}
.AnyTagClassName
{
color: #62DBFB;
}
</style>
background-color css
<style>
a { background-color: #62DBFB; }
a { background-color: rgb(98,219,251); }
div.DivClassName
{
background-color: #62DBFB;
}
.BgClassName
{
background-color: #62DBFB;
}
</style>
border-color css
<style>
span { border-color: #62DBFB; }
span { border-color: rgb(98,219,251); }
td.TdClassName
{
border-color: #62DBFB;
}
.TagClassName
{
border-color: #62DBFB;
}
</style>