Shades of Turquoise Blue #62CDF2
Tints of Turquoise Blue #62CDF2
RGB
CMYK
RGB Variations
Color information
#62CDF2 (or 0x62CDF2) is known color: Turquoise Blue. HEX triplet: 62, CD and F2. RGB value is (98,205,242). Sum of RGB (Red+Green+Blue) = 98+205+242=545 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.98% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #62CDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62CDF2 is #9D320D. Grayscale: #B0B0B0. Windows color (decimal): -10301966 or 15912290. OLE color: 15912290.
HSL color Cylindrical-coordinate representation of color #62CDF2: hue angle of 195.42º 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 #62CDF2 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 205 | 242 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.05 |
| HSL | 195.42º | 0.85% | 0.67% | - |
| HSV(B) | 195.42º | 0.6% | 0.95% | - |
| XYZ | 42.9 | 52.67 | 91.91 | - |
| YUV | 177.23 | 164.55 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 205 | 242 | 0.60 | 0.15 | 0 | 0.05 | 195.42 | 0.85 | 0.67 |
| Hex | 62 | CD | F2 | 3C | F | 0 | 5 | C3 | 55 | 43 |
| Octal | 142 | 315 | 362 | 74 | 17 | 0 | 5 | 303 | 125 | 103 |
| Binary | 1100010 | 11001101 | 11110010 | 111100 | 1111 | 0 | 101 | 11000011 | 1010101 | 1000011 |
Color Harmonies of #62CDF2
Complementary color
Monochromatic Colors of #62CDF2
Black with #62CDF2
Text Example
Text Example
White with #62CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CDF2; }
p { color: rgb(98,205,242); }
H1.HeaderClassName
{
color: #62CDF2;
}
.AnyTagClassName
{
color: #62CDF2;
}
</style>
background-color css
<style>
a { background-color: #62CDF2; }
a { background-color: rgb(98,205,242); }
div.DivClassName
{
background-color: #62CDF2;
}
.BgClassName
{
background-color: #62CDF2;
}
</style>
border-color css
<style>
span { border-color: #62CDF2; }
span { border-color: rgb(98,205,242); }
td.TdClassName
{
border-color: #62CDF2;
}
.TagClassName
{
border-color: #62CDF2;
}
</style>