Shades of Turquoise Blue #62CFE9
Tints of Turquoise Blue #62CFE9
RGB
CMYK
RGB Variations
Color information
#62CFE9 (or 0x62CFE9) is known color: Turquoise Blue. HEX triplet: 62, CF and E9. RGB value is (98,207,233). Sum of RGB (Red+Green+Blue) = 98+207+233=538 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.22% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 233 - color contains mainly: blue. Hex color #62CFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62CFE9 is #9D3016. Grayscale: #B1B1B1. Windows color (decimal): -10301463 or 15322978. OLE color: 15322978.
HSL color Cylindrical-coordinate representation of color #62CFE9: hue angle of 191.56º degrees, saturation: 0.75, 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 #62CFE9 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 98 | 207 | 233 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.09 |
| HSL | 191.56º | 0.75% | 0.65% | - |
| HSV(B) | 191.56º | 0.58% | 0.91% | - |
| XYZ | 42.06 | 53.11 | 85.12 | - |
| YUV | 177.37 | 159.39 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 207 | 233 | 0.58 | 0.11 | 0 | 0.09 | 191.56 | 0.75 | 0.65 |
| Hex | 62 | CF | E9 | 3A | B | 0 | 9 | C0 | 4B | 41 |
| Octal | 142 | 317 | 351 | 72 | 13 | 0 | 11 | 300 | 113 | 101 |
| Binary | 1100010 | 11001111 | 11101001 | 111010 | 1011 | 0 | 1001 | 11000000 | 1001011 | 1000001 |
Color Harmonies of #62CFE9
Complementary color
Monochromatic Colors of #62CFE9
Black with #62CFE9
Text Example
Text Example
White with #62CFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CFE9; }
p { color: rgb(98,207,233); }
H1.HeaderClassName
{
color: #62CFE9;
}
.AnyTagClassName
{
color: #62CFE9;
}
</style>
background-color css
<style>
a { background-color: #62CFE9; }
a { background-color: rgb(98,207,233); }
div.DivClassName
{
background-color: #62CFE9;
}
.BgClassName
{
background-color: #62CFE9;
}
</style>
border-color css
<style>
span { border-color: #62CFE9; }
span { border-color: rgb(98,207,233); }
td.TdClassName
{
border-color: #62CFE9;
}
.TagClassName
{
border-color: #62CFE9;
}
</style>