Shades of Turquoise Blue #62DCEE
Tints of Turquoise Blue #62DCEE
RGB
CMYK
RGB Variations
Color information
#62DCEE (or 0x62DCEE) is known color: Turquoise Blue. HEX triplet: 62, DC and EE. RGB value is (98,220,238). Sum of RGB (Red+Green+Blue) = 98+220+238=556 (73% of max value = 765). Red value is 98 (38.67% from 255 or 17.63% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #62DCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DCEE is #9D2311. Grayscale: #B9B9B9. Windows color (decimal): -10298130 or 15653986. OLE color: 15653986.
HSL color Cylindrical-coordinate representation of color #62DCEE: hue angle of 187.71º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62DCEE is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 220 | 238 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.07 |
| HSL | 187.71º | 0.8% | 0.66% | - |
| HSV(B) | 187.71º | 0.59% | 0.93% | - |
| XYZ | 46.06 | 59.96 | 90.03 | - |
| YUV | 185.57 | 157.58 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 238 | 0.59 | 0.08 | 0 | 0.07 | 187.71 | 0.8 | 0.66 |
| Hex | 62 | DC | EE | 3B | 8 | 0 | 7 | BC | 50 | 42 |
| Octal | 142 | 334 | 356 | 73 | 10 | 0 | 7 | 274 | 120 | 102 |
| Binary | 1100010 | 11011100 | 11101110 | 111011 | 1000 | 0 | 111 | 10111100 | 1010000 | 1000010 |
Color Harmonies of #62DCEE
Complementary color
Monochromatic Colors of #62DCEE
Black with #62DCEE
Text Example
Text Example
White with #62DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DCEE; }
p { color: rgb(98,220,238); }
H1.HeaderClassName
{
color: #62DCEE;
}
.AnyTagClassName
{
color: #62DCEE;
}
</style>
background-color css
<style>
a { background-color: #62DCEE; }
a { background-color: rgb(98,220,238); }
div.DivClassName
{
background-color: #62DCEE;
}
.BgClassName
{
background-color: #62DCEE;
}
</style>
border-color css
<style>
span { border-color: #62DCEE; }
span { border-color: rgb(98,220,238); }
td.TdClassName
{
border-color: #62DCEE;
}
.TagClassName
{
border-color: #62DCEE;
}
</style>