Shades of Turquoise #3DDDD3
Tints of Turquoise #3DDDD3
RGB
CMYK
RGB Variations
Color information
#3DDDD3 (or 0x3DDDD3) is known color: Turquoise. HEX triplet: 3D, DD and D3. RGB value is (61,221,211). Sum of RGB (Red+Green+Blue) = 61+221+211=493 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.37% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDDD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDDD3 is #C2222C. Grayscale: #ABABAB. Windows color (decimal): -12722733 or 13884733. OLE color: 13884733.
HSL color Cylindrical-coordinate representation of color #3DDDD3: hue angle of 176.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDDD3 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 211 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.13 |
| HSL | 176.25º | 0.7% | 0.55% | - |
| HSV(B) | 176.25º | 0.72% | 0.87% | - |
| XYZ | 39.54 | 57.41 | 70.62 | - |
| YUV | 172.02 | 149.99 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 211 | 0.72 | 0 | 0.05 | 0.13 | 176.25 | 0.7 | 0.55 |
| Hex | 3D | DD | D3 | 48 | 0 | 5 | D | B0 | 46 | 37 |
| Octal | 75 | 335 | 323 | 110 | 0 | 5 | 15 | 260 | 106 | 67 |
| Binary | 111101 | 11011101 | 11010011 | 1001000 | 0 | 101 | 1101 | 10110000 | 1000110 | 110111 |
Color Harmonies of #3DDDD3
Complementary color
Monochromatic Colors of #3DDDD3
Black with #3DDDD3
Text Example
Text Example
White with #3DDDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDDD3; }
p { color: rgb(61,221,211); }
H1.HeaderClassName
{
color: #3DDDD3;
}
.AnyTagClassName
{
color: #3DDDD3;
}
</style>
background-color css
<style>
a { background-color: #3DDDD3; }
a { background-color: rgb(61,221,211); }
div.DivClassName
{
background-color: #3DDDD3;
}
.BgClassName
{
background-color: #3DDDD3;
}
</style>
border-color css
<style>
span { border-color: #3DDDD3; }
span { border-color: rgb(61,221,211); }
td.TdClassName
{
border-color: #3DDDD3;
}
.TagClassName
{
border-color: #3DDDD3;
}
</style>