Shades of Medium Turquoise #3ACDCF
Tints of Medium Turquoise #3ACDCF
RGB
CMYK
RGB Variations
Color information
#3ACDCF (or 0x3ACDCF) is known color: Medium Turquoise. HEX triplet: 3A, CD and CF. RGB value is (58,205,207). Sum of RGB (Red+Green+Blue) = 58+205+207=470 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.34% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #3ACDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACDCF is #C53230. Grayscale: #A1A1A1. Windows color (decimal): -12923441 or 13618490. OLE color: 13618490.
HSL color Cylindrical-coordinate representation of color #3ACDCF: hue angle of 180.81º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACDCF is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 205 | 207 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.19 |
| HSL | 180.81º | 0.61% | 0.52% | - |
| HSV(B) | 180.81º | 0.72% | 0.81% | - |
| XYZ | 34.84 | 49.07 | 66.67 | - |
| YUV | 161.28 | 153.8 | 54.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 207 | 0.72 | 0.01 | 0 | 0.19 | 180.81 | 0.61 | 0.52 |
| Hex | 3A | CD | CF | 48 | 1 | 0 | 13 | B5 | 3D | 34 |
| Octal | 72 | 315 | 317 | 110 | 1 | 0 | 23 | 265 | 75 | 64 |
| Binary | 111010 | 11001101 | 11001111 | 1001000 | 1 | 0 | 10011 | 10110101 | 111101 | 110100 |
Color Harmonies of #3ACDCF
Complementary color
Monochromatic Colors of #3ACDCF
Black with #3ACDCF
Text Example
Text Example
White with #3ACDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACDCF; }
p { color: rgb(58,205,207); }
H1.HeaderClassName
{
color: #3ACDCF;
}
.AnyTagClassName
{
color: #3ACDCF;
}
</style>
background-color css
<style>
a { background-color: #3ACDCF; }
a { background-color: rgb(58,205,207); }
div.DivClassName
{
background-color: #3ACDCF;
}
.BgClassName
{
background-color: #3ACDCF;
}
</style>
border-color css
<style>
span { border-color: #3ACDCF; }
span { border-color: rgb(58,205,207); }
td.TdClassName
{
border-color: #3ACDCF;
}
.TagClassName
{
border-color: #3ACDCF;
}
</style>