Shades of Turquoise Blue #62CFE7
Tints of Turquoise Blue #62CFE7
RGB
CMYK
RGB Variations
Color information
#62CFE7 (or 0x62CFE7) is known color: Turquoise Blue. HEX triplet: 62, CF and E7. RGB value is (98,207,231). Sum of RGB (Red+Green+Blue) = 98+207+231=536 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.28% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 231 - color contains mainly: blue. Hex color #62CFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62CFE7 is #9D3018. Grayscale: #B0B0B0. Windows color (decimal): -10301465 or 15191906. OLE color: 15191906.
HSL color Cylindrical-coordinate representation of color #62CFE7: hue angle of 190.83º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62CFE7 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 98 | 207 | 231 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.09 |
| HSL | 190.83º | 0.73% | 0.65% | - |
| HSV(B) | 190.83º | 0.58% | 0.91% | - |
| XYZ | 41.77 | 52.99 | 83.63 | - |
| YUV | 177.15 | 158.39 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 207 | 231 | 0.58 | 0.10 | 0 | 0.09 | 190.83 | 0.73 | 0.65 |
| Hex | 62 | CF | E7 | 3A | A | 0 | 9 | BF | 49 | 41 |
| Octal | 142 | 317 | 347 | 72 | 12 | 0 | 11 | 277 | 111 | 101 |
| Binary | 1100010 | 11001111 | 11100111 | 111010 | 1010 | 0 | 1001 | 10111111 | 1001001 | 1000001 |
Color Harmonies of #62CFE7
Complementary color
Monochromatic Colors of #62CFE7
Black with #62CFE7
Text Example
Text Example
White with #62CFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CFE7; }
p { color: rgb(98,207,231); }
H1.HeaderClassName
{
color: #62CFE7;
}
.AnyTagClassName
{
color: #62CFE7;
}
</style>
background-color css
<style>
a { background-color: #62CFE7; }
a { background-color: rgb(98,207,231); }
div.DivClassName
{
background-color: #62CFE7;
}
.BgClassName
{
background-color: #62CFE7;
}
</style>
border-color css
<style>
span { border-color: #62CFE7; }
span { border-color: rgb(98,207,231); }
td.TdClassName
{
border-color: #62CFE7;
}
.TagClassName
{
border-color: #62CFE7;
}
</style>