Shades of Medium Turquoise #3DCAB8
Tints of Medium Turquoise #3DCAB8
RGB
CMYK
RGB Variations
Color information
#3DCAB8 (or 0x3DCAB8) is known color: Medium Turquoise. HEX triplet: 3D, CA and B8. RGB value is (61,202,184). Sum of RGB (Red+Green+Blue) = 61+202+184=447 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.65% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCAB8 is #C23547. Grayscale: #9D9D9D. Windows color (decimal): -12727624 or 12110397. OLE color: 12110397.
HSL color Cylindrical-coordinate representation of color #3DCAB8: hue angle of 172.34º 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 #3DCAB8 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 202 | 184 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.21 |
| HSL | 172.34º | 0.57% | 0.52% | - |
| HSV(B) | 172.34º | 0.7% | 0.79% | - |
| XYZ | 31.7 | 46.69 | 52.69 | - |
| YUV | 157.79 | 142.79 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 202 | 184 | 0.70 | 0 | 0.09 | 0.21 | 172.34 | 0.57 | 0.52 |
| Hex | 3D | CA | B8 | 46 | 0 | 9 | 15 | AC | 39 | 34 |
| Octal | 75 | 312 | 270 | 106 | 0 | 11 | 25 | 254 | 71 | 64 |
| Binary | 111101 | 11001010 | 10111000 | 1000110 | 0 | 1001 | 10101 | 10101100 | 111001 | 110100 |
Color Harmonies of #3DCAB8
Complementary color
Monochromatic Colors of #3DCAB8
Black with #3DCAB8
Text Example
Text Example
White with #3DCAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCAB8; }
p { color: rgb(61,202,184); }
H1.HeaderClassName
{
color: #3DCAB8;
}
.AnyTagClassName
{
color: #3DCAB8;
}
</style>
background-color css
<style>
a { background-color: #3DCAB8; }
a { background-color: rgb(61,202,184); }
div.DivClassName
{
background-color: #3DCAB8;
}
.BgClassName
{
background-color: #3DCAB8;
}
</style>
border-color css
<style>
span { border-color: #3DCAB8; }
span { border-color: rgb(61,202,184); }
td.TdClassName
{
border-color: #3DCAB8;
}
.TagClassName
{
border-color: #3DCAB8;
}
</style>