Shades of Medium Turquoise #3DCADE
Tints of Medium Turquoise #3DCADE
RGB
CMYK
RGB Variations
Color information
#3DCADE (or 0x3DCADE) is known color: Medium Turquoise. HEX triplet: 3D, CA and DE. RGB value is (61,202,222). Sum of RGB (Red+Green+Blue) = 61+202+222=485 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.58% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #3DCADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCADE is #C23521. Grayscale: #A1A1A1. Windows color (decimal): -12727586 or 14600765. OLE color: 14600765.
HSL color Cylindrical-coordinate representation of color #3DCADE: hue angle of 187.45º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DCADE is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 202 | 222 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.13 |
| HSL | 187.45º | 0.71% | 0.55% | - |
| HSV(B) | 187.45º | 0.73% | 0.87% | - |
| XYZ | 36.23 | 48.51 | 76.56 | - |
| YUV | 162.12 | 161.79 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 202 | 222 | 0.73 | 0.09 | 0 | 0.13 | 187.45 | 0.71 | 0.55 |
| Hex | 3D | CA | DE | 49 | 9 | 0 | D | BB | 47 | 37 |
| Octal | 75 | 312 | 336 | 111 | 11 | 0 | 15 | 273 | 107 | 67 |
| Binary | 111101 | 11001010 | 11011110 | 1001001 | 1001 | 0 | 1101 | 10111011 | 1000111 | 110111 |
Color Harmonies of #3DCADE
Complementary color
Monochromatic Colors of #3DCADE
Black with #3DCADE
Text Example
Text Example
White with #3DCADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCADE; }
p { color: rgb(61,202,222); }
H1.HeaderClassName
{
color: #3DCADE;
}
.AnyTagClassName
{
color: #3DCADE;
}
</style>
background-color css
<style>
a { background-color: #3DCADE; }
a { background-color: rgb(61,202,222); }
div.DivClassName
{
background-color: #3DCADE;
}
.BgClassName
{
background-color: #3DCADE;
}
</style>
border-color css
<style>
span { border-color: #3DCADE; }
span { border-color: rgb(61,202,222); }
td.TdClassName
{
border-color: #3DCADE;
}
.TagClassName
{
border-color: #3DCADE;
}
</style>