Shades of Turquoise Blue #62CDE3
Tints of Turquoise Blue #62CDE3
RGB
CMYK
RGB Variations
Color information
#62CDE3 (or 0x62CDE3) is known color: Turquoise Blue. HEX triplet: 62, CD and E3. RGB value is (98,205,227). Sum of RGB (Red+Green+Blue) = 98+205+227=530 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.49% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 227 (89.06% from 255 or 42.83% from 530); Max value from RGB is 227 - color contains mainly: blue. Hex color #62CDE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CDE3 is #9D321C. Grayscale: #AFAFAF. Windows color (decimal): -10301981 or 14929250. OLE color: 14929250.
HSL color Cylindrical-coordinate representation of color #62CDE3: hue angle of 190.23º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62CDE3 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 205 | 227 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.11 |
| HSL | 190.23º | 0.7% | 0.64% | - |
| HSV(B) | 190.23º | 0.57% | 0.89% | - |
| XYZ | 40.73 | 51.81 | 80.53 | - |
| YUV | 175.52 | 157.05 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 205 | 227 | 0.57 | 0.10 | 0 | 0.11 | 190.23 | 0.7 | 0.64 |
| Hex | 62 | CD | E3 | 39 | A | 0 | B | BE | 46 | 40 |
| Octal | 142 | 315 | 343 | 71 | 12 | 0 | 13 | 276 | 106 | 100 |
| Binary | 1100010 | 11001101 | 11100011 | 111001 | 1010 | 0 | 1011 | 10111110 | 1000110 | 1000000 |
Color Harmonies of #62CDE3
Complementary color
Monochromatic Colors of #62CDE3
Black with #62CDE3
Text Example
Text Example
White with #62CDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CDE3; }
p { color: rgb(98,205,227); }
H1.HeaderClassName
{
color: #62CDE3;
}
.AnyTagClassName
{
color: #62CDE3;
}
</style>
background-color css
<style>
a { background-color: #62CDE3; }
a { background-color: rgb(98,205,227); }
div.DivClassName
{
background-color: #62CDE3;
}
.BgClassName
{
background-color: #62CDE3;
}
</style>
border-color css
<style>
span { border-color: #62CDE3; }
span { border-color: rgb(98,205,227); }
td.TdClassName
{
border-color: #62CDE3;
}
.TagClassName
{
border-color: #62CDE3;
}
</style>