Shades of Turquoise Blue #62CFF0
Tints of Turquoise Blue #62CFF0
RGB
CMYK
RGB Variations
Color information
#62CFF0 (or 0x62CFF0) is known color: Turquoise Blue. HEX triplet: 62, CF and F0. RGB value is (98,207,240). Sum of RGB (Red+Green+Blue) = 98+207+240=545 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.98% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #62CFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62CFF0 is #9D300F. Grayscale: #B1B1B1. Windows color (decimal): -10301456 or 15781730. OLE color: 15781730.
HSL color Cylindrical-coordinate representation of color #62CFF0: hue angle of 193.94º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62CFF0 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 207 | 240 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.06 |
| HSL | 193.94º | 0.83% | 0.66% | - |
| HSV(B) | 193.94º | 0.59% | 0.94% | - |
| XYZ | 43.08 | 53.51 | 90.5 | - |
| YUV | 178.17 | 162.89 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 207 | 240 | 0.59 | 0.14 | 0 | 0.06 | 193.94 | 0.83 | 0.66 |
| Hex | 62 | CF | F0 | 3B | E | 0 | 6 | C2 | 53 | 42 |
| Octal | 142 | 317 | 360 | 73 | 16 | 0 | 6 | 302 | 123 | 102 |
| Binary | 1100010 | 11001111 | 11110000 | 111011 | 1110 | 0 | 110 | 11000010 | 1010011 | 1000010 |
Color Harmonies of #62CFF0
Complementary color
Monochromatic Colors of #62CFF0
Black with #62CFF0
Text Example
Text Example
White with #62CFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CFF0; }
p { color: rgb(98,207,240); }
H1.HeaderClassName
{
color: #62CFF0;
}
.AnyTagClassName
{
color: #62CFF0;
}
</style>
background-color css
<style>
a { background-color: #62CFF0; }
a { background-color: rgb(98,207,240); }
div.DivClassName
{
background-color: #62CFF0;
}
.BgClassName
{
background-color: #62CFF0;
}
</style>
border-color css
<style>
span { border-color: #62CFF0; }
span { border-color: rgb(98,207,240); }
td.TdClassName
{
border-color: #62CFF0;
}
.TagClassName
{
border-color: #62CFF0;
}
</style>