Shades of Turquoise #3DD7C2
Tints of Turquoise #3DD7C2
RGB
CMYK
RGB Variations
Color information
#3DD7C2 (or 0x3DD7C2) is known color: Turquoise. HEX triplet: 3D, D7 and C2. RGB value is (61,215,194). Sum of RGB (Red+Green+Blue) = 61+215+194=470 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.98% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 215 - color contains mainly: green. Hex color #3DD7C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD7C2 is #C2283D. Grayscale: #A6A6A6. Windows color (decimal): -12724286 or 12769085. OLE color: 12769085.
HSL color Cylindrical-coordinate representation of color #3DD7C2: hue angle of 171.82º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD7C2 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 215 | 194 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.16 |
| HSL | 171.82º | 0.66% | 0.54% | - |
| HSV(B) | 171.82º | 0.72% | 0.84% | - |
| XYZ | 35.96 | 53.49 | 59.47 | - |
| YUV | 166.56 | 143.48 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 215 | 194 | 0.72 | 0 | 0.10 | 0.16 | 171.82 | 0.66 | 0.54 |
| Hex | 3D | D7 | C2 | 48 | 0 | A | 10 | AC | 42 | 36 |
| Octal | 75 | 327 | 302 | 110 | 0 | 12 | 20 | 254 | 102 | 66 |
| Binary | 111101 | 11010111 | 11000010 | 1001000 | 0 | 1010 | 10000 | 10101100 | 1000010 | 110110 |
Color Harmonies of #3DD7C2
Complementary color
Monochromatic Colors of #3DD7C2
Black with #3DD7C2
Text Example
Text Example
White with #3DD7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD7C2; }
p { color: rgb(61,215,194); }
H1.HeaderClassName
{
color: #3DD7C2;
}
.AnyTagClassName
{
color: #3DD7C2;
}
</style>
background-color css
<style>
a { background-color: #3DD7C2; }
a { background-color: rgb(61,215,194); }
div.DivClassName
{
background-color: #3DD7C2;
}
.BgClassName
{
background-color: #3DD7C2;
}
</style>
border-color css
<style>
span { border-color: #3DD7C2; }
span { border-color: rgb(61,215,194); }
td.TdClassName
{
border-color: #3DD7C2;
}
.TagClassName
{
border-color: #3DD7C2;
}
</style>