Shades of Turquoise Blue #62CCD4
Tints of Turquoise Blue #62CCD4
RGB
CMYK
RGB Variations
Color information
#62CCD4 (or 0x62CCD4) is known color: Turquoise Blue. HEX triplet: 62, CC and D4. RGB value is (98,204,212). Sum of RGB (Red+Green+Blue) = 98+204+212=514 (68% of max value = 765). Red value is 98 (38.67% from 255 or 19.07% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 212 - color contains mainly: blue. Hex color #62CCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CCD4 is #9D332B. Grayscale: #ADADAD. Windows color (decimal): -10302252 or 13945954. OLE color: 13945954.
HSL color Cylindrical-coordinate representation of color #62CCD4: hue angle of 184.21º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62CCD4 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 98 | 204 | 212 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.17 |
| HSL | 184.21º | 0.57% | 0.61% | - |
| HSV(B) | 184.21º | 0.54% | 0.83% | - |
| XYZ | 38.51 | 50.54 | 70.01 | - |
| YUV | 173.22 | 149.88 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 204 | 212 | 0.54 | 0.04 | 0 | 0.17 | 184.21 | 0.57 | 0.61 |
| Hex | 62 | CC | D4 | 36 | 4 | 0 | 11 | B8 | 39 | 3D |
| Octal | 142 | 314 | 324 | 66 | 4 | 0 | 21 | 270 | 71 | 75 |
| Binary | 1100010 | 11001100 | 11010100 | 110110 | 100 | 0 | 10001 | 10111000 | 111001 | 111101 |
Color Harmonies of #62CCD4
Complementary color
Monochromatic Colors of #62CCD4
Black with #62CCD4
Text Example
Text Example
White with #62CCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CCD4; }
p { color: rgb(98,204,212); }
H1.HeaderClassName
{
color: #62CCD4;
}
.AnyTagClassName
{
color: #62CCD4;
}
</style>
background-color css
<style>
a { background-color: #62CCD4; }
a { background-color: rgb(98,204,212); }
div.DivClassName
{
background-color: #62CCD4;
}
.BgClassName
{
background-color: #62CCD4;
}
</style>
border-color css
<style>
span { border-color: #62CCD4; }
span { border-color: rgb(98,204,212); }
td.TdClassName
{
border-color: #62CCD4;
}
.TagClassName
{
border-color: #62CCD4;
}
</style>