Shades of Turquoise #3DFFDD
Tints of Turquoise #3DFFDD
RGB
CMYK
RGB Variations
Color information
#3DFFDD (or 0x3DFFDD) is known color: Turquoise. HEX triplet: 3D, FF and DD. RGB value is (61,255,221). Sum of RGB (Red+Green+Blue) = 61+255+221=537 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.36% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFFDD is #C20022. Grayscale: #C1C1C1. Windows color (decimal): -12714019 or 14548797. OLE color: 14548797.
HSL color Cylindrical-coordinate representation of color #3DFFDD: hue angle of 169.48º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFFDD is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 221 | - |
| CMYK | 0.76 | 0 | 0.13 | 0 |
| HSL | 169.48º | 1% | 0.62% | - |
| HSV(B) | 169.48º | 0.76% | 1% | - |
| XYZ | 50.74 | 77.73 | 80.74 | - |
| YUV | 193.12 | 143.73 | 33.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 221 | 0.76 | 0 | 0.13 | 0 | 169.48 | 1 | 0.62 |
| Hex | 3D | FF | DD | 4C | 0 | D | 0 | A9 | 64 | 3E |
| Octal | 75 | 377 | 335 | 114 | 0 | 15 | 0 | 251 | 144 | 76 |
| Binary | 111101 | 11111111 | 11011101 | 1001100 | 0 | 1101 | 0 | 10101001 | 1100100 | 111110 |
Color Harmonies of #3DFFDD
Complementary color
Monochromatic Colors of #3DFFDD
Black with #3DFFDD
Text Example
Text Example
White with #3DFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFDD; }
p { color: rgb(61,255,221); }
H1.HeaderClassName
{
color: #3DFFDD;
}
.AnyTagClassName
{
color: #3DFFDD;
}
</style>
background-color css
<style>
a { background-color: #3DFFDD; }
a { background-color: rgb(61,255,221); }
div.DivClassName
{
background-color: #3DFFDD;
}
.BgClassName
{
background-color: #3DFFDD;
}
</style>
border-color css
<style>
span { border-color: #3DFFDD; }
span { border-color: rgb(61,255,221); }
td.TdClassName
{
border-color: #3DFFDD;
}
.TagClassName
{
border-color: #3DFFDD;
}
</style>