Shades of Medium Turquoise #3ACDCD
Tints of Medium Turquoise #3ACDCD
RGB
CMYK
RGB Variations
Color information
#3ACDCD (or 0x3ACDCD) is known color: Medium Turquoise. HEX triplet: 3A, CD and CD. RGB value is (58,205,205). Sum of RGB (Red+Green+Blue) = 58+205+205=468 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.39% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #3ACDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACDCD is #C53232. Grayscale: #A0A0A0. Windows color (decimal): -12923443 or 13487418. OLE color: 13487418.
HSL color Cylindrical-coordinate representation of color #3ACDCD: hue angle of 180º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACDCD is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 205 | - |
| CMYK | 0.72 | 0 | 0 | 0.20 |
| HSL | 180º | 0.6% | 0.52% | - |
| HSV(B) | 180º | 0.72% | 0.8% | - |
| XYZ | 34.6 | 48.97 | 65.39 | - |
| YUV | 161.05 | 152.8 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 205 | 0.72 | 0 | 0 | 0.20 | 180 | 0.6 | 0.52 |
| Hex | 3A | CD | CD | 48 | 0 | 0 | 14 | B4 | 3C | 34 |
| Octal | 72 | 315 | 315 | 110 | 0 | 0 | 24 | 264 | 74 | 64 |
| Binary | 111010 | 11001101 | 11001101 | 1001000 | 0 | 0 | 10100 | 10110100 | 111100 | 110100 |
Color Harmonies of #3ACDCD
Complementary color
Monochromatic Colors of #3ACDCD
Black with #3ACDCD
Text Example
Text Example
White with #3ACDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACDCD; }
p { color: rgb(58,205,205); }
H1.HeaderClassName
{
color: #3ACDCD;
}
.AnyTagClassName
{
color: #3ACDCD;
}
</style>
background-color css
<style>
a { background-color: #3ACDCD; }
a { background-color: rgb(58,205,205); }
div.DivClassName
{
background-color: #3ACDCD;
}
.BgClassName
{
background-color: #3ACDCD;
}
</style>
border-color css
<style>
span { border-color: #3ACDCD; }
span { border-color: rgb(58,205,205); }
td.TdClassName
{
border-color: #3ACDCD;
}
.TagClassName
{
border-color: #3ACDCD;
}
</style>