Shades of Turquoise #3DDCC5
Tints of Turquoise #3DDCC5
RGB
CMYK
RGB Variations
Color information
#3DDCC5 (or 0x3DDCC5) is known color: Turquoise. HEX triplet: 3D, DC and C5. RGB value is (61,220,197). Sum of RGB (Red+Green+Blue) = 61+220+197=478 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.76% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDCC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDCC5 is #C2233A. Grayscale: #A9A9A9. Windows color (decimal): -12723003 or 12966973. OLE color: 12966973.
HSL color Cylindrical-coordinate representation of color #3DDCC5: hue angle of 171.32º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDCC5 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 220 | 197 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.14 |
| HSL | 171.32º | 0.69% | 0.55% | - |
| HSV(B) | 171.32º | 0.72% | 0.86% | - |
| XYZ | 37.6 | 56.21 | 61.69 | - |
| YUV | 169.84 | 143.32 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 197 | 0.72 | 0 | 0.10 | 0.14 | 171.32 | 0.69 | 0.55 |
| Hex | 3D | DC | C5 | 48 | 0 | A | E | AB | 45 | 37 |
| Octal | 75 | 334 | 305 | 110 | 0 | 12 | 16 | 253 | 105 | 67 |
| Binary | 111101 | 11011100 | 11000101 | 1001000 | 0 | 1010 | 1110 | 10101011 | 1000101 | 110111 |
Color Harmonies of #3DDCC5
Complementary color
Monochromatic Colors of #3DDCC5
Black with #3DDCC5
Text Example
Text Example
White with #3DDCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDCC5; }
p { color: rgb(61,220,197); }
H1.HeaderClassName
{
color: #3DDCC5;
}
.AnyTagClassName
{
color: #3DDCC5;
}
</style>
background-color css
<style>
a { background-color: #3DDCC5; }
a { background-color: rgb(61,220,197); }
div.DivClassName
{
background-color: #3DDCC5;
}
.BgClassName
{
background-color: #3DDCC5;
}
</style>
border-color css
<style>
span { border-color: #3DDCC5; }
span { border-color: rgb(61,220,197); }
td.TdClassName
{
border-color: #3DDCC5;
}
.TagClassName
{
border-color: #3DDCC5;
}
</style>