Shades of Turquoise Blue #62CFF2
Tints of Turquoise Blue #62CFF2
RGB
CMYK
RGB Variations
Color information
#62CFF2 (or 0x62CFF2) is known color: Turquoise Blue. HEX triplet: 62, CF and F2. RGB value is (98,207,242). Sum of RGB (Red+Green+Blue) = 98+207+242=547 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.92% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #62CFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62CFF2 is #9D300D. Grayscale: #B2B2B2. Windows color (decimal): -10301454 or 15912802. OLE color: 15912802.
HSL color Cylindrical-coordinate representation of color #62CFF2: hue angle of 194.58º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62CFF2 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 207 | 242 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.05 |
| HSL | 194.58º | 0.85% | 0.67% | - |
| HSV(B) | 194.58º | 0.6% | 0.95% | - |
| XYZ | 43.38 | 53.63 | 92.07 | - |
| YUV | 178.4 | 163.89 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 207 | 242 | 0.60 | 0.14 | 0 | 0.05 | 194.58 | 0.85 | 0.67 |
| Hex | 62 | CF | F2 | 3C | E | 0 | 5 | C3 | 55 | 43 |
| Octal | 142 | 317 | 362 | 74 | 16 | 0 | 5 | 303 | 125 | 103 |
| Binary | 1100010 | 11001111 | 11110010 | 111100 | 1110 | 0 | 101 | 11000011 | 1010101 | 1000011 |
Color Harmonies of #62CFF2
Complementary color
Monochromatic Colors of #62CFF2
Black with #62CFF2
Text Example
Text Example
White with #62CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CFF2; }
p { color: rgb(98,207,242); }
H1.HeaderClassName
{
color: #62CFF2;
}
.AnyTagClassName
{
color: #62CFF2;
}
</style>
background-color css
<style>
a { background-color: #62CFF2; }
a { background-color: rgb(98,207,242); }
div.DivClassName
{
background-color: #62CFF2;
}
.BgClassName
{
background-color: #62CFF2;
}
</style>
border-color css
<style>
span { border-color: #62CFF2; }
span { border-color: rgb(98,207,242); }
td.TdClassName
{
border-color: #62CFF2;
}
.TagClassName
{
border-color: #62CFF2;
}
</style>