Shades of Medium Turquoise #3DD1DA
Tints of Medium Turquoise #3DD1DA
RGB
CMYK
RGB Variations
Color information
#3DD1DA (or 0x3DD1DA) is known color: Medium Turquoise. HEX triplet: 3D, D1 and DA. RGB value is (61,209,218). Sum of RGB (Red+Green+Blue) = 61+209+218=488 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.5% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #3DD1DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD1DA is #C22E25. Grayscale: #A5A5A5. Windows color (decimal): -12725798 or 14340413. OLE color: 14340413.
HSL color Cylindrical-coordinate representation of color #3DD1DA: hue angle of 183.44º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD1DA is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 209 | 218 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.15 |
| HSL | 183.44º | 0.68% | 0.55% | - |
| HSV(B) | 183.44º | 0.72% | 0.85% | - |
| XYZ | 37.38 | 51.65 | 74.33 | - |
| YUV | 165.77 | 157.47 | 53.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 209 | 218 | 0.72 | 0.04 | 0 | 0.15 | 183.44 | 0.68 | 0.55 |
| Hex | 3D | D1 | DA | 48 | 4 | 0 | F | B7 | 44 | 37 |
| Octal | 75 | 321 | 332 | 110 | 4 | 0 | 17 | 267 | 104 | 67 |
| Binary | 111101 | 11010001 | 11011010 | 1001000 | 100 | 0 | 1111 | 10110111 | 1000100 | 110111 |
Color Harmonies of #3DD1DA
Complementary color
Monochromatic Colors of #3DD1DA
Black with #3DD1DA
Text Example
Text Example
White with #3DD1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD1DA; }
p { color: rgb(61,209,218); }
H1.HeaderClassName
{
color: #3DD1DA;
}
.AnyTagClassName
{
color: #3DD1DA;
}
</style>
background-color css
<style>
a { background-color: #3DD1DA; }
a { background-color: rgb(61,209,218); }
div.DivClassName
{
background-color: #3DD1DA;
}
.BgClassName
{
background-color: #3DD1DA;
}
</style>
border-color css
<style>
span { border-color: #3DD1DA; }
span { border-color: rgb(61,209,218); }
td.TdClassName
{
border-color: #3DD1DA;
}
.TagClassName
{
border-color: #3DD1DA;
}
</style>