Shades of Medium Turquoise #62CBCD
Tints of Medium Turquoise #62CBCD
RGB
CMYK
RGB Variations
Color information
#62CBCD (or 0x62CBCD) is known color: Medium Turquoise. HEX triplet: 62, CB and CD. RGB value is (98,203,205). Sum of RGB (Red+Green+Blue) = 98+203+205=506 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.37% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #62CBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CBCD is #9D3432. Grayscale: #ABABAB. Windows color (decimal): -10302515 or 13486946. OLE color: 13486946.
HSL color Cylindrical-coordinate representation of color #62CBCD: hue angle of 181.12º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62CBCD is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 203 | 205 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.20 |
| HSL | 181.12º | 0.52% | 0.59% | - |
| HSV(B) | 181.12º | 0.52% | 0.8% | - |
| XYZ | 37.41 | 49.72 | 65.38 | - |
| YUV | 171.83 | 146.71 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 203 | 205 | 0.52 | 0.01 | 0 | 0.20 | 181.12 | 0.52 | 0.59 |
| Hex | 62 | CB | CD | 34 | 1 | 0 | 14 | B5 | 34 | 3B |
| Octal | 142 | 313 | 315 | 64 | 1 | 0 | 24 | 265 | 64 | 73 |
| Binary | 1100010 | 11001011 | 11001101 | 110100 | 1 | 0 | 10100 | 10110101 | 110100 | 111011 |
Color Harmonies of #62CBCD
Complementary color
Monochromatic Colors of #62CBCD
Black with #62CBCD
Text Example
Text Example
White with #62CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CBCD; }
p { color: rgb(98,203,205); }
H1.HeaderClassName
{
color: #62CBCD;
}
.AnyTagClassName
{
color: #62CBCD;
}
</style>
background-color css
<style>
a { background-color: #62CBCD; }
a { background-color: rgb(98,203,205); }
div.DivClassName
{
background-color: #62CBCD;
}
.BgClassName
{
background-color: #62CBCD;
}
</style>
border-color css
<style>
span { border-color: #62CBCD; }
span { border-color: rgb(98,203,205); }
td.TdClassName
{
border-color: #62CBCD;
}
.TagClassName
{
border-color: #62CBCD;
}
</style>