Shades of Medium Turquoise #62CBCC
Tints of Medium Turquoise #62CBCC
RGB
CMYK
RGB Variations
Color information
#62CBCC (or 0x62CBCC) is known color: Medium Turquoise. HEX triplet: 62, CB and CC. RGB value is (98,203,204). Sum of RGB (Red+Green+Blue) = 98+203+204=505 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.41% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #62CBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CBCC is #9D3433. Grayscale: #ABABAB. Windows color (decimal): -10302516 or 13421410. OLE color: 13421410.
HSL color Cylindrical-coordinate representation of color #62CBCC: hue angle of 180.57º degrees, saturation: 0.51, 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 #62CBCC is Cyan = 0.52, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 203 | 204 | - |
| CMYK | 0.52 | 0.00 | 0 | 0.2 |
| HSL | 180.57º | 0.51% | 0.59% | - |
| HSV(B) | 180.57º | 0.52% | 0.8% | - |
| XYZ | 37.29 | 49.67 | 64.75 | - |
| YUV | 171.72 | 146.21 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 203 | 204 | 0.52 | 0.00 | 0 | 0.2 | 180.57 | 0.51 | 0.59 |
| Hex | 62 | CB | CC | 34 | 0 | 0 | 14 | B5 | 33 | 3B |
| Octal | 142 | 313 | 314 | 64 | 0 | 0 | 24 | 265 | 63 | 73 |
| Binary | 1100010 | 11001011 | 11001100 | 110100 | 0 | 0 | 10100 | 10110101 | 110011 | 111011 |
Color Harmonies of #62CBCC
Complementary color
Monochromatic Colors of #62CBCC
Black with #62CBCC
Text Example
Text Example
White with #62CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CBCC; }
p { color: rgb(98,203,204); }
H1.HeaderClassName
{
color: #62CBCC;
}
.AnyTagClassName
{
color: #62CBCC;
}
</style>
background-color css
<style>
a { background-color: #62CBCC; }
a { background-color: rgb(98,203,204); }
div.DivClassName
{
background-color: #62CBCC;
}
.BgClassName
{
background-color: #62CBCC;
}
</style>
border-color css
<style>
span { border-color: #62CBCC; }
span { border-color: rgb(98,203,204); }
td.TdClassName
{
border-color: #62CBCC;
}
.TagClassName
{
border-color: #62CBCC;
}
</style>