Shades of Medium Turquoise #3AD2DA
Tints of Medium Turquoise #3AD2DA
RGB
CMYK
RGB Variations
Color information
#3AD2DA (or 0x3AD2DA) is known color: Medium Turquoise. HEX triplet: 3A, D2 and DA. RGB value is (58,210,218). Sum of RGB (Red+Green+Blue) = 58+210+218=486 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.93% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #3AD2DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD2DA is #C52D25. Grayscale: #A5A5A5. Windows color (decimal): -12922150 or 14340666. OLE color: 14340666.
HSL color Cylindrical-coordinate representation of color #3AD2DA: hue angle of 183º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD2DA is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 210 | 218 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.15 |
| HSL | 183º | 0.68% | 0.54% | - |
| HSV(B) | 183º | 0.73% | 0.85% | - |
| XYZ | 37.45 | 52.05 | 74.4 | - |
| YUV | 165.46 | 157.64 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 218 | 0.73 | 0.04 | 0 | 0.15 | 183 | 0.68 | 0.54 |
| Hex | 3A | D2 | DA | 49 | 4 | 0 | F | B7 | 44 | 36 |
| Octal | 72 | 322 | 332 | 111 | 4 | 0 | 17 | 267 | 104 | 66 |
| Binary | 111010 | 11010010 | 11011010 | 1001001 | 100 | 0 | 1111 | 10110111 | 1000100 | 110110 |
Color Harmonies of #3AD2DA
Complementary color
Monochromatic Colors of #3AD2DA
Black with #3AD2DA
Text Example
Text Example
White with #3AD2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD2DA; }
p { color: rgb(58,210,218); }
H1.HeaderClassName
{
color: #3AD2DA;
}
.AnyTagClassName
{
color: #3AD2DA;
}
</style>
background-color css
<style>
a { background-color: #3AD2DA; }
a { background-color: rgb(58,210,218); }
div.DivClassName
{
background-color: #3AD2DA;
}
.BgClassName
{
background-color: #3AD2DA;
}
</style>
border-color css
<style>
span { border-color: #3AD2DA; }
span { border-color: rgb(58,210,218); }
td.TdClassName
{
border-color: #3AD2DA;
}
.TagClassName
{
border-color: #3AD2DA;
}
</style>