Shades of Turquoise Blue #62DBFC
Tints of Turquoise Blue #62DBFC
RGB
CMYK
RGB Variations
Color information
#62DBFC (or 0x62DBFC) is known color: Turquoise Blue. HEX triplet: 62, DB and FC. RGB value is (98,219,252). Sum of RGB (Red+Green+Blue) = 98+219+252=569 (75% of max value = 765). Red value is 98 (38.67% from 255 or 17.22% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #62DBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DBFC is #9D2403. Grayscale: #BABABA. Windows color (decimal): -10298372 or 16571234. OLE color: 16571234.
HSL color Cylindrical-coordinate representation of color #62DBFC: hue angle of 192.86º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62DBFC is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 219 | 252 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.01 |
| HSL | 192.86º | 0.96% | 0.69% | - |
| HSV(B) | 192.86º | 0.61% | 0.99% | - |
| XYZ | 47.94 | 60.29 | 101.21 | - |
| YUV | 186.58 | 164.91 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 219 | 252 | 0.61 | 0.13 | 0 | 0.01 | 192.86 | 0.96 | 0.69 |
| Hex | 62 | DB | FC | 3D | D | 0 | 1 | C1 | 60 | 45 |
| Octal | 142 | 333 | 374 | 75 | 15 | 0 | 1 | 301 | 140 | 105 |
| Binary | 1100010 | 11011011 | 11111100 | 111101 | 1101 | 0 | 1 | 11000001 | 1100000 | 1000101 |
Color Harmonies of #62DBFC
Complementary color
Monochromatic Colors of #62DBFC
Black with #62DBFC
Text Example
Text Example
White with #62DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DBFC; }
p { color: rgb(98,219,252); }
H1.HeaderClassName
{
color: #62DBFC;
}
.AnyTagClassName
{
color: #62DBFC;
}
</style>
background-color css
<style>
a { background-color: #62DBFC; }
a { background-color: rgb(98,219,252); }
div.DivClassName
{
background-color: #62DBFC;
}
.BgClassName
{
background-color: #62DBFC;
}
</style>
border-color css
<style>
span { border-color: #62DBFC; }
span { border-color: rgb(98,219,252); }
td.TdClassName
{
border-color: #62DBFC;
}
.TagClassName
{
border-color: #62DBFC;
}
</style>