Shades of Medium Turquoise #61CACC
Tints of Medium Turquoise #61CACC
RGB
CMYK
RGB Variations
Color information
#61CACC (or 0x61CACC) is known color: Medium Turquoise. HEX triplet: 61, CA and CC. RGB value is (97,202,204). Sum of RGB (Red+Green+Blue) = 97+202+204=503 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.28% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #61CACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CACC is #9E3533. Grayscale: #AAAAAA. Windows color (decimal): -10368308 or 13421153. OLE color: 13421153.
HSL color Cylindrical-coordinate representation of color #61CACC: hue angle of 181.12º 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 #61CACC is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 202 | 204 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.2 |
| HSL | 181.12º | 0.51% | 0.59% | - |
| HSV(B) | 181.12º | 0.52% | 0.8% | - |
| XYZ | 36.95 | 49.14 | 64.66 | - |
| YUV | 170.83 | 146.71 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 204 | 0.52 | 0.01 | 0 | 0.2 | 181.12 | 0.51 | 0.59 |
| Hex | 61 | CA | CC | 34 | 1 | 0 | 14 | B5 | 33 | 3B |
| Octal | 141 | 312 | 314 | 64 | 1 | 0 | 24 | 265 | 63 | 73 |
| Binary | 1100001 | 11001010 | 11001100 | 110100 | 1 | 0 | 10100 | 10110101 | 110011 | 111011 |
Color Harmonies of #61CACC
Complementary color
Monochromatic Colors of #61CACC
Black with #61CACC
Text Example
Text Example
White with #61CACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CACC; }
p { color: rgb(97,202,204); }
H1.HeaderClassName
{
color: #61CACC;
}
.AnyTagClassName
{
color: #61CACC;
}
</style>
background-color css
<style>
a { background-color: #61CACC; }
a { background-color: rgb(97,202,204); }
div.DivClassName
{
background-color: #61CACC;
}
.BgClassName
{
background-color: #61CACC;
}
</style>
border-color css
<style>
span { border-color: #61CACC; }
span { border-color: rgb(97,202,204); }
td.TdClassName
{
border-color: #61CACC;
}
.TagClassName
{
border-color: #61CACC;
}
</style>