Shades of Medium Turquoise #3DCDDB
Tints of Medium Turquoise #3DCDDB
RGB
CMYK
RGB Variations
Color information
#3DCDDB (or 0x3DCDDB) is known color: Medium Turquoise. HEX triplet: 3D, CD and DB. RGB value is (61,205,219). Sum of RGB (Red+Green+Blue) = 61+205+219=485 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.58% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #3DCDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCDDB is #C23224. Grayscale: #A3A3A3. Windows color (decimal): -12726821 or 14404925. OLE color: 14404925.
HSL color Cylindrical-coordinate representation of color #3DCDDB: hue angle of 185.32º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DCDDB is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 205 | 219 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.14 |
| HSL | 185.32º | 0.69% | 0.55% | - |
| HSV(B) | 185.32º | 0.72% | 0.86% | - |
| XYZ | 36.54 | 49.77 | 74.7 | - |
| YUV | 163.54 | 159.29 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 219 | 0.72 | 0.06 | 0 | 0.14 | 185.32 | 0.69 | 0.55 |
| Hex | 3D | CD | DB | 48 | 6 | 0 | E | B9 | 45 | 37 |
| Octal | 75 | 315 | 333 | 110 | 6 | 0 | 16 | 271 | 105 | 67 |
| Binary | 111101 | 11001101 | 11011011 | 1001000 | 110 | 0 | 1110 | 10111001 | 1000101 | 110111 |
Color Harmonies of #3DCDDB
Complementary color
Monochromatic Colors of #3DCDDB
Black with #3DCDDB
Text Example
Text Example
White with #3DCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCDDB; }
p { color: rgb(61,205,219); }
H1.HeaderClassName
{
color: #3DCDDB;
}
.AnyTagClassName
{
color: #3DCDDB;
}
</style>
background-color css
<style>
a { background-color: #3DCDDB; }
a { background-color: rgb(61,205,219); }
div.DivClassName
{
background-color: #3DCDDB;
}
.BgClassName
{
background-color: #3DCDDB;
}
</style>
border-color css
<style>
span { border-color: #3DCDDB; }
span { border-color: rgb(61,205,219); }
td.TdClassName
{
border-color: #3DCDDB;
}
.TagClassName
{
border-color: #3DCDDB;
}
</style>