Shades of Medium Turquoise #3DCED5
Tints of Medium Turquoise #3DCED5
RGB
CMYK
RGB Variations
Color information
#3DCED5 (or 0x3DCED5) is known color: Medium Turquoise. HEX triplet: 3D, CE and D5. RGB value is (61,206,213). Sum of RGB (Red+Green+Blue) = 61+206+213=480 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.71% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #3DCED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCED5 is #C2312A. Grayscale: #A3A3A3. Windows color (decimal): -12726571 or 14011965. OLE color: 14011965.
HSL color Cylindrical-coordinate representation of color #3DCED5: hue angle of 182.76º 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 #3DCED5 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 206 | 213 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.16 |
| HSL | 182.76º | 0.64% | 0.54% | - |
| HSV(B) | 182.76º | 0.71% | 0.84% | - |
| XYZ | 36.01 | 49.94 | 70.69 | - |
| YUV | 163.44 | 155.96 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 213 | 0.71 | 0.03 | 0 | 0.16 | 182.76 | 0.64 | 0.54 |
| Hex | 3D | CE | D5 | 47 | 3 | 0 | 10 | B7 | 40 | 36 |
| Octal | 75 | 316 | 325 | 107 | 3 | 0 | 20 | 267 | 100 | 66 |
| Binary | 111101 | 11001110 | 11010101 | 1000111 | 11 | 0 | 10000 | 10110111 | 1000000 | 110110 |
Color Harmonies of #3DCED5
Complementary color
Monochromatic Colors of #3DCED5
Black with #3DCED5
Text Example
Text Example
White with #3DCED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCED5; }
p { color: rgb(61,206,213); }
H1.HeaderClassName
{
color: #3DCED5;
}
.AnyTagClassName
{
color: #3DCED5;
}
</style>
background-color css
<style>
a { background-color: #3DCED5; }
a { background-color: rgb(61,206,213); }
div.DivClassName
{
background-color: #3DCED5;
}
.BgClassName
{
background-color: #3DCED5;
}
</style>
border-color css
<style>
span { border-color: #3DCED5; }
span { border-color: rgb(61,206,213); }
td.TdClassName
{
border-color: #3DCED5;
}
.TagClassName
{
border-color: #3DCED5;
}
</style>