Shades of Medium Turquoise #3DCAC5
Tints of Medium Turquoise #3DCAC5
RGB
CMYK
RGB Variations
Color information
#3DCAC5 (or 0x3DCAC5) is known color: Medium Turquoise. HEX triplet: 3D, CA and C5. RGB value is (61,202,197). Sum of RGB (Red+Green+Blue) = 61+202+197=460 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.26% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCAC5 is #C2353A. Grayscale: #9F9F9F. Windows color (decimal): -12727611 or 12962365. OLE color: 12962365.
HSL color Cylindrical-coordinate representation of color #3DCAC5: hue angle of 177.87º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCAC5 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 202 | 197 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.21 |
| HSL | 177.87º | 0.57% | 0.52% | - |
| HSV(B) | 177.87º | 0.7% | 0.79% | - |
| XYZ | 33.12 | 47.26 | 60.2 | - |
| YUV | 159.27 | 149.29 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 202 | 197 | 0.70 | 0 | 0.02 | 0.21 | 177.87 | 0.57 | 0.52 |
| Hex | 3D | CA | C5 | 46 | 0 | 2 | 15 | B2 | 39 | 34 |
| Octal | 75 | 312 | 305 | 106 | 0 | 2 | 25 | 262 | 71 | 64 |
| Binary | 111101 | 11001010 | 11000101 | 1000110 | 0 | 10 | 10101 | 10110010 | 111001 | 110100 |
Color Harmonies of #3DCAC5
Complementary color
Monochromatic Colors of #3DCAC5
Black with #3DCAC5
Text Example
Text Example
White with #3DCAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCAC5; }
p { color: rgb(61,202,197); }
H1.HeaderClassName
{
color: #3DCAC5;
}
.AnyTagClassName
{
color: #3DCAC5;
}
</style>
background-color css
<style>
a { background-color: #3DCAC5; }
a { background-color: rgb(61,202,197); }
div.DivClassName
{
background-color: #3DCAC5;
}
.BgClassName
{
background-color: #3DCAC5;
}
</style>
border-color css
<style>
span { border-color: #3DCAC5; }
span { border-color: rgb(61,202,197); }
td.TdClassName
{
border-color: #3DCAC5;
}
.TagClassName
{
border-color: #3DCAC5;
}
</style>