Shades of Medium Turquoise #3DCDD5
Tints of Medium Turquoise #3DCDD5
RGB
CMYK
RGB Variations
Color information
#3DCDD5 (or 0x3DCDD5) is known color: Medium Turquoise. HEX triplet: 3D, CD and D5. RGB value is (61,205,213). Sum of RGB (Red+Green+Blue) = 61+205+213=479 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.73% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 213 - color contains mainly: blue. Hex color #3DCDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCDD5 is #C2322A. Grayscale: #A2A2A2. Windows color (decimal): -12726827 or 14011709. OLE color: 14011709.
HSL color Cylindrical-coordinate representation of color #3DCDD5: hue angle of 183.16º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCDD5 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 205 | 213 | - |
| CMYK | 0.71 | 0.04 | 0 | 0.16 |
| HSL | 183.16º | 0.64% | 0.54% | - |
| HSV(B) | 183.16º | 0.71% | 0.84% | - |
| XYZ | 35.77 | 49.46 | 70.61 | - |
| YUV | 162.86 | 156.29 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 213 | 0.71 | 0.04 | 0 | 0.16 | 183.16 | 0.64 | 0.54 |
| Hex | 3D | CD | D5 | 47 | 4 | 0 | 10 | B7 | 40 | 36 |
| Octal | 75 | 315 | 325 | 107 | 4 | 0 | 20 | 267 | 100 | 66 |
| Binary | 111101 | 11001101 | 11010101 | 1000111 | 100 | 0 | 10000 | 10110111 | 1000000 | 110110 |
Color Harmonies of #3DCDD5
Complementary color
Monochromatic Colors of #3DCDD5
Black with #3DCDD5
Text Example
Text Example
White with #3DCDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCDD5; }
p { color: rgb(61,205,213); }
H1.HeaderClassName
{
color: #3DCDD5;
}
.AnyTagClassName
{
color: #3DCDD5;
}
</style>
background-color css
<style>
a { background-color: #3DCDD5; }
a { background-color: rgb(61,205,213); }
div.DivClassName
{
background-color: #3DCDD5;
}
.BgClassName
{
background-color: #3DCDD5;
}
</style>
border-color css
<style>
span { border-color: #3DCDD5; }
span { border-color: rgb(61,205,213); }
td.TdClassName
{
border-color: #3DCDD5;
}
.TagClassName
{
border-color: #3DCDD5;
}
</style>