Shades of Turquoise Blue #62CFEC
Tints of Turquoise Blue #62CFEC
RGB
CMYK
RGB Variations
Color information
#62CFEC (or 0x62CFEC) is known color: Turquoise Blue. HEX triplet: 62, CF and EC. RGB value is (98,207,236). Sum of RGB (Red+Green+Blue) = 98+207+236=541 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.11% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #62CFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62CFEC is #9D3013. Grayscale: #B1B1B1. Windows color (decimal): -10301460 or 15519586. OLE color: 15519586.
HSL color Cylindrical-coordinate representation of color #62CFEC: hue angle of 192.61º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62CFEC is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 207 | 236 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.07 |
| HSL | 192.61º | 0.78% | 0.65% | - |
| HSV(B) | 192.61º | 0.58% | 0.93% | - |
| XYZ | 42.49 | 53.28 | 87.4 | - |
| YUV | 177.72 | 160.89 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 207 | 236 | 0.58 | 0.12 | 0 | 0.07 | 192.61 | 0.78 | 0.65 |
| Hex | 62 | CF | EC | 3A | C | 0 | 7 | C1 | 4E | 41 |
| Octal | 142 | 317 | 354 | 72 | 14 | 0 | 7 | 301 | 116 | 101 |
| Binary | 1100010 | 11001111 | 11101100 | 111010 | 1100 | 0 | 111 | 11000001 | 1001110 | 1000001 |
Color Harmonies of #62CFEC
Complementary color
Monochromatic Colors of #62CFEC
Black with #62CFEC
Text Example
Text Example
White with #62CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CFEC; }
p { color: rgb(98,207,236); }
H1.HeaderClassName
{
color: #62CFEC;
}
.AnyTagClassName
{
color: #62CFEC;
}
</style>
background-color css
<style>
a { background-color: #62CFEC; }
a { background-color: rgb(98,207,236); }
div.DivClassName
{
background-color: #62CFEC;
}
.BgClassName
{
background-color: #62CFEC;
}
</style>
border-color css
<style>
span { border-color: #62CFEC; }
span { border-color: rgb(98,207,236); }
td.TdClassName
{
border-color: #62CFEC;
}
.TagClassName
{
border-color: #62CFEC;
}
</style>