Shades of Medium Turquoise #3AD0DA
Tints of Medium Turquoise #3AD0DA
RGB
CMYK
RGB Variations
Color information
#3AD0DA (or 0x3AD0DA) is known color: Medium Turquoise. HEX triplet: 3A, D0 and DA. RGB value is (58,208,218). Sum of RGB (Red+Green+Blue) = 58+208+218=484 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.98% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #3AD0DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD0DA is #C52F25. Grayscale: #A4A4A4. Windows color (decimal): -12922662 or 14340154. OLE color: 14340154.
HSL color Cylindrical-coordinate representation of color #3AD0DA: hue angle of 183.75º 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 #3AD0DA is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 208 | 218 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.15 |
| HSL | 183.75º | 0.68% | 0.54% | - |
| HSV(B) | 183.75º | 0.73% | 0.85% | - |
| XYZ | 36.96 | 51.07 | 74.24 | - |
| YUV | 164.29 | 158.31 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 218 | 0.73 | 0.05 | 0 | 0.15 | 183.75 | 0.68 | 0.54 |
| Hex | 3A | D0 | DA | 49 | 5 | 0 | F | B8 | 44 | 36 |
| Octal | 72 | 320 | 332 | 111 | 5 | 0 | 17 | 270 | 104 | 66 |
| Binary | 111010 | 11010000 | 11011010 | 1001001 | 101 | 0 | 1111 | 10111000 | 1000100 | 110110 |
Color Harmonies of #3AD0DA
Complementary color
Monochromatic Colors of #3AD0DA
Black with #3AD0DA
Text Example
Text Example
White with #3AD0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD0DA; }
p { color: rgb(58,208,218); }
H1.HeaderClassName
{
color: #3AD0DA;
}
.AnyTagClassName
{
color: #3AD0DA;
}
</style>
background-color css
<style>
a { background-color: #3AD0DA; }
a { background-color: rgb(58,208,218); }
div.DivClassName
{
background-color: #3AD0DA;
}
.BgClassName
{
background-color: #3AD0DA;
}
</style>
border-color css
<style>
span { border-color: #3AD0DA; }
span { border-color: rgb(58,208,218); }
td.TdClassName
{
border-color: #3AD0DA;
}
.TagClassName
{
border-color: #3AD0DA;
}
</style>