Shades of Turquoise #3DFFDC
Tints of Turquoise #3DFFDC
RGB
CMYK
RGB Variations
Color information
#3DFFDC (or 0x3DFFDC) is known color: Turquoise. HEX triplet: 3D, FF and DC. RGB value is (61,255,220). Sum of RGB (Red+Green+Blue) = 61+255+220=536 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.38% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFFDC is #C20023. Grayscale: #C0C0C0. Windows color (decimal): -12714020 or 14483261. OLE color: 14483261.
HSL color Cylindrical-coordinate representation of color #3DFFDC: hue angle of 169.18º 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 #3DFFDC is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 220 | - |
| CMYK | 0.76 | 0 | 0.14 | 0 |
| HSL | 169.18º | 1% | 0.62% | - |
| HSV(B) | 169.18º | 0.76% | 1% | - |
| XYZ | 50.6 | 77.68 | 80.04 | - |
| YUV | 193 | 143.23 | 33.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 220 | 0.76 | 0 | 0.14 | 0 | 169.18 | 1 | 0.62 |
| Hex | 3D | FF | DC | 4C | 0 | E | 0 | A9 | 64 | 3E |
| Octal | 75 | 377 | 334 | 114 | 0 | 16 | 0 | 251 | 144 | 76 |
| Binary | 111101 | 11111111 | 11011100 | 1001100 | 0 | 1110 | 0 | 10101001 | 1100100 | 111110 |
Color Harmonies of #3DFFDC
Complementary color
Monochromatic Colors of #3DFFDC
Black with #3DFFDC
Text Example
Text Example
White with #3DFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFFDC; }
p { color: rgb(61,255,220); }
H1.HeaderClassName
{
color: #3DFFDC;
}
.AnyTagClassName
{
color: #3DFFDC;
}
</style>
background-color css
<style>
a { background-color: #3DFFDC; }
a { background-color: rgb(61,255,220); }
div.DivClassName
{
background-color: #3DFFDC;
}
.BgClassName
{
background-color: #3DFFDC;
}
</style>
border-color css
<style>
span { border-color: #3DFFDC; }
span { border-color: rgb(61,255,220); }
td.TdClassName
{
border-color: #3DFFDC;
}
.TagClassName
{
border-color: #3DFFDC;
}
</style>