Shades of Turquoise Blue #62DCFB
Tints of Turquoise Blue #62DCFB
RGB
CMYK
RGB Variations
Color information
#62DCFB (or 0x62DCFB) is known color: Turquoise Blue. HEX triplet: 62, DC and FB. RGB value is (98,220,251). Sum of RGB (Red+Green+Blue) = 98+220+251=569 (75% of max value = 765). Red value is 98 (38.67% from 255 or 17.22% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #62DCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DCFB is #9D2304. Grayscale: #BABABA. Windows color (decimal): -10298117 or 16505954. OLE color: 16505954.
HSL color Cylindrical-coordinate representation of color #62DCFB: hue angle of 192.16º 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 #62DCFB is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 220 | 251 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.02 |
| HSL | 192.16º | 0.95% | 0.68% | - |
| HSV(B) | 192.16º | 0.61% | 0.98% | - |
| XYZ | 48.04 | 60.75 | 100.46 | - |
| YUV | 187.06 | 164.08 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 251 | 0.61 | 0.12 | 0 | 0.02 | 192.16 | 0.95 | 0.68 |
| Hex | 62 | DC | FB | 3D | C | 0 | 2 | C0 | 5F | 44 |
| Octal | 142 | 334 | 373 | 75 | 14 | 0 | 2 | 300 | 137 | 104 |
| Binary | 1100010 | 11011100 | 11111011 | 111101 | 1100 | 0 | 10 | 11000000 | 1011111 | 1000100 |
Color Harmonies of #62DCFB
Complementary color
Monochromatic Colors of #62DCFB
Black with #62DCFB
Text Example
Text Example
White with #62DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DCFB; }
p { color: rgb(98,220,251); }
H1.HeaderClassName
{
color: #62DCFB;
}
.AnyTagClassName
{
color: #62DCFB;
}
</style>
background-color css
<style>
a { background-color: #62DCFB; }
a { background-color: rgb(98,220,251); }
div.DivClassName
{
background-color: #62DCFB;
}
.BgClassName
{
background-color: #62DCFB;
}
</style>
border-color css
<style>
span { border-color: #62DCFB; }
span { border-color: rgb(98,220,251); }
td.TdClassName
{
border-color: #62DCFB;
}
.TagClassName
{
border-color: #62DCFB;
}
</style>