Shades of Medium Turquoise #3DCAD2
Tints of Medium Turquoise #3DCAD2
RGB
CMYK
RGB Variations
Color information
#3DCAD2 (or 0x3DCAD2) is known color: Medium Turquoise. HEX triplet: 3D, CA and D2. RGB value is (61,202,210). Sum of RGB (Red+Green+Blue) = 61+202+210=473 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.90% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 210 - color contains mainly: blue. Hex color #3DCAD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCAD2 is #C2352D. Grayscale: #A0A0A0. Windows color (decimal): -12727598 or 13814333. OLE color: 13814333.
HSL color Cylindrical-coordinate representation of color #3DCAD2: hue angle of 183.22º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCAD2 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 202 | 210 | - |
| CMYK | 0.71 | 0.04 | 0 | 0.18 |
| HSL | 183.22º | 0.62% | 0.53% | - |
| HSV(B) | 183.22º | 0.71% | 0.82% | - |
| XYZ | 34.68 | 47.89 | 68.39 | - |
| YUV | 160.75 | 155.79 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 202 | 210 | 0.71 | 0.04 | 0 | 0.18 | 183.22 | 0.62 | 0.53 |
| Hex | 3D | CA | D2 | 47 | 4 | 0 | 12 | B7 | 3E | 35 |
| Octal | 75 | 312 | 322 | 107 | 4 | 0 | 22 | 267 | 76 | 65 |
| Binary | 111101 | 11001010 | 11010010 | 1000111 | 100 | 0 | 10010 | 10110111 | 111110 | 110101 |
Color Harmonies of #3DCAD2
Complementary color
Monochromatic Colors of #3DCAD2
Black with #3DCAD2
Text Example
Text Example
White with #3DCAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCAD2; }
p { color: rgb(61,202,210); }
H1.HeaderClassName
{
color: #3DCAD2;
}
.AnyTagClassName
{
color: #3DCAD2;
}
</style>
background-color css
<style>
a { background-color: #3DCAD2; }
a { background-color: rgb(61,202,210); }
div.DivClassName
{
background-color: #3DCAD2;
}
.BgClassName
{
background-color: #3DCAD2;
}
</style>
border-color css
<style>
span { border-color: #3DCAD2; }
span { border-color: rgb(61,202,210); }
td.TdClassName
{
border-color: #3DCAD2;
}
.TagClassName
{
border-color: #3DCAD2;
}
</style>