Shades of Medium Turquoise #3AD1CF
Tints of Medium Turquoise #3AD1CF
RGB
CMYK
RGB Variations
Color information
#3AD1CF (or 0x3AD1CF) is known color: Medium Turquoise. HEX triplet: 3A, D1 and CF. RGB value is (58,209,207). Sum of RGB (Red+Green+Blue) = 58+209+207=474 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.24% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD1CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD1CF is #C52E30. Grayscale: #A3A3A3. Windows color (decimal): -12922417 or 13619514. OLE color: 13619514.
HSL color Cylindrical-coordinate representation of color #3AD1CF: hue angle of 179.21º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD1CF is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 209 | 207 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.18 |
| HSL | 179.21º | 0.62% | 0.52% | - |
| HSV(B) | 179.21º | 0.72% | 0.82% | - |
| XYZ | 35.81 | 51.01 | 66.99 | - |
| YUV | 163.62 | 152.47 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 207 | 0.72 | 0 | 0.01 | 0.18 | 179.21 | 0.62 | 0.52 |
| Hex | 3A | D1 | CF | 48 | 0 | 1 | 12 | B3 | 3E | 34 |
| Octal | 72 | 321 | 317 | 110 | 0 | 1 | 22 | 263 | 76 | 64 |
| Binary | 111010 | 11010001 | 11001111 | 1001000 | 0 | 1 | 10010 | 10110011 | 111110 | 110100 |
Color Harmonies of #3AD1CF
Complementary color
Monochromatic Colors of #3AD1CF
Black with #3AD1CF
Text Example
Text Example
White with #3AD1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD1CF; }
p { color: rgb(58,209,207); }
H1.HeaderClassName
{
color: #3AD1CF;
}
.AnyTagClassName
{
color: #3AD1CF;
}
</style>
background-color css
<style>
a { background-color: #3AD1CF; }
a { background-color: rgb(58,209,207); }
div.DivClassName
{
background-color: #3AD1CF;
}
.BgClassName
{
background-color: #3AD1CF;
}
</style>
border-color css
<style>
span { border-color: #3AD1CF; }
span { border-color: rgb(58,209,207); }
td.TdClassName
{
border-color: #3AD1CF;
}
.TagClassName
{
border-color: #3AD1CF;
}
</style>