Shades of Turquoise Blue #62CFE3
Tints of Turquoise Blue #62CFE3
RGB
CMYK
RGB Variations
Color information
#62CFE3 (or 0x62CFE3) is known color: Turquoise Blue. HEX triplet: 62, CF and E3. RGB value is (98,207,227). Sum of RGB (Red+Green+Blue) = 98+207+227=532 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.42% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 227 (89.06% from 255 or 42.67% from 532); Max value from RGB is 227 - color contains mainly: blue. Hex color #62CFE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CFE3 is #9D301C. Grayscale: #B0B0B0. Windows color (decimal): -10301469 or 14929762. OLE color: 14929762.
HSL color Cylindrical-coordinate representation of color #62CFE3: hue angle of 189.3º 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 #62CFE3 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 207 | 227 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.11 |
| HSL | 189.3º | 0.7% | 0.64% | - |
| HSV(B) | 189.3º | 0.57% | 0.89% | - |
| XYZ | 41.21 | 52.77 | 80.69 | - |
| YUV | 176.69 | 156.39 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 207 | 227 | 0.57 | 0.09 | 0 | 0.11 | 189.3 | 0.7 | 0.64 |
| Hex | 62 | CF | E3 | 39 | 9 | 0 | B | BD | 46 | 40 |
| Octal | 142 | 317 | 343 | 71 | 11 | 0 | 13 | 275 | 106 | 100 |
| Binary | 1100010 | 11001111 | 11100011 | 111001 | 1001 | 0 | 1011 | 10111101 | 1000110 | 1000000 |
Color Harmonies of #62CFE3
Complementary color
Monochromatic Colors of #62CFE3
Black with #62CFE3
Text Example
Text Example
White with #62CFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CFE3; }
p { color: rgb(98,207,227); }
H1.HeaderClassName
{
color: #62CFE3;
}
.AnyTagClassName
{
color: #62CFE3;
}
</style>
background-color css
<style>
a { background-color: #62CFE3; }
a { background-color: rgb(98,207,227); }
div.DivClassName
{
background-color: #62CFE3;
}
.BgClassName
{
background-color: #62CFE3;
}
</style>
border-color css
<style>
span { border-color: #62CFE3; }
span { border-color: rgb(98,207,227); }
td.TdClassName
{
border-color: #62CFE3;
}
.TagClassName
{
border-color: #62CFE3;
}
</style>