Shades of Turquoise Blue #62CEE5
Tints of Turquoise Blue #62CEE5
RGB
CMYK
RGB Variations
Color information
#62CEE5 (or 0x62CEE5) is known color: Turquoise Blue. HEX triplet: 62, CE and E5. RGB value is (98,206,229). Sum of RGB (Red+Green+Blue) = 98+206+229=533 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.39% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #62CEE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CEE5 is #9D311A. Grayscale: #B0B0B0. Windows color (decimal): -10301723 or 15060578. OLE color: 15060578.
HSL color Cylindrical-coordinate representation of color #62CEE5: hue angle of 190.53º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62CEE5 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 206 | 229 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.10 |
| HSL | 190.53º | 0.72% | 0.64% | - |
| HSV(B) | 190.53º | 0.57% | 0.9% | - |
| XYZ | 41.25 | 52.4 | 82.07 | - |
| YUV | 176.33 | 157.72 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 206 | 229 | 0.57 | 0.10 | 0 | 0.10 | 190.53 | 0.72 | 0.64 |
| Hex | 62 | CE | E5 | 39 | A | 0 | A | BF | 48 | 40 |
| Octal | 142 | 316 | 345 | 71 | 12 | 0 | 12 | 277 | 110 | 100 |
| Binary | 1100010 | 11001110 | 11100101 | 111001 | 1010 | 0 | 1010 | 10111111 | 1001000 | 1000000 |
Color Harmonies of #62CEE5
Complementary color
Monochromatic Colors of #62CEE5
Black with #62CEE5
Text Example
Text Example
White with #62CEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CEE5; }
p { color: rgb(98,206,229); }
H1.HeaderClassName
{
color: #62CEE5;
}
.AnyTagClassName
{
color: #62CEE5;
}
</style>
background-color css
<style>
a { background-color: #62CEE5; }
a { background-color: rgb(98,206,229); }
div.DivClassName
{
background-color: #62CEE5;
}
.BgClassName
{
background-color: #62CEE5;
}
</style>
border-color css
<style>
span { border-color: #62CEE5; }
span { border-color: rgb(98,206,229); }
td.TdClassName
{
border-color: #62CEE5;
}
.TagClassName
{
border-color: #62CEE5;
}
</style>