Shades of Medium Turquoise #3DCADA
Tints of Medium Turquoise #3DCADA
RGB
CMYK
RGB Variations
Color information
#3DCADA (or 0x3DCADA) is known color: Medium Turquoise. HEX triplet: 3D, CA and DA. RGB value is (61,202,218). Sum of RGB (Red+Green+Blue) = 61+202+218=481 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.68% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #3DCADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCADA is #C23525. Grayscale: #A1A1A1. Windows color (decimal): -12727590 or 14338621. OLE color: 14338621.
HSL color Cylindrical-coordinate representation of color #3DCADA: hue angle of 186.11º 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 #3DCADA is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 202 | 218 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.15 |
| HSL | 186.11º | 0.68% | 0.55% | - |
| HSV(B) | 186.11º | 0.72% | 0.85% | - |
| XYZ | 35.7 | 48.3 | 73.77 | - |
| YUV | 161.67 | 159.79 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 202 | 218 | 0.72 | 0.07 | 0 | 0.15 | 186.11 | 0.68 | 0.55 |
| Hex | 3D | CA | DA | 48 | 7 | 0 | F | BA | 44 | 37 |
| Octal | 75 | 312 | 332 | 110 | 7 | 0 | 17 | 272 | 104 | 67 |
| Binary | 111101 | 11001010 | 11011010 | 1001000 | 111 | 0 | 1111 | 10111010 | 1000100 | 110111 |
Color Harmonies of #3DCADA
Complementary color
Monochromatic Colors of #3DCADA
Black with #3DCADA
Text Example
Text Example
White with #3DCADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCADA; }
p { color: rgb(61,202,218); }
H1.HeaderClassName
{
color: #3DCADA;
}
.AnyTagClassName
{
color: #3DCADA;
}
</style>
background-color css
<style>
a { background-color: #3DCADA; }
a { background-color: rgb(61,202,218); }
div.DivClassName
{
background-color: #3DCADA;
}
.BgClassName
{
background-color: #3DCADA;
}
</style>
border-color css
<style>
span { border-color: #3DCADA; }
span { border-color: rgb(61,202,218); }
td.TdClassName
{
border-color: #3DCADA;
}
.TagClassName
{
border-color: #3DCADA;
}
</style>