Shades of Turquoise #3DDDB4
Tints of Turquoise #3DDDB4
RGB
CMYK
RGB Variations
Color information
#3DDDB4 (or 0x3DDDB4) is known color: Turquoise. HEX triplet: 3D, DD and B4. RGB value is (61,221,180). Sum of RGB (Red+Green+Blue) = 61+221+180=462 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.20% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDDB4 is #C2224B. Grayscale: #A8A8A8. Windows color (decimal): -12722764 or 11853117. OLE color: 11853117.
HSL color Cylindrical-coordinate representation of color #3DDDB4: hue angle of 164.62º 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 #3DDDB4 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 180 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.13 |
| HSL | 164.63º | 0.7% | 0.55% | - |
| HSV(B) | 164.63º | 0.72% | 0.87% | - |
| XYZ | 36.02 | 56 | 52.09 | - |
| YUV | 168.49 | 134.49 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 180 | 0.72 | 0 | 0.19 | 0.13 | 164.63 | 0.7 | 0.55 |
| Hex | 3D | DD | B4 | 48 | 0 | 13 | D | A5 | 46 | 37 |
| Octal | 75 | 335 | 264 | 110 | 0 | 23 | 15 | 245 | 106 | 67 |
| Binary | 111101 | 11011101 | 10110100 | 1001000 | 0 | 10011 | 1101 | 10100101 | 1000110 | 110111 |
Color Harmonies of #3DDDB4
Complementary color
Monochromatic Colors of #3DDDB4
Black with #3DDDB4
Text Example
Text Example
White with #3DDDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDDB4; }
p { color: rgb(61,221,180); }
H1.HeaderClassName
{
color: #3DDDB4;
}
.AnyTagClassName
{
color: #3DDDB4;
}
</style>
background-color css
<style>
a { background-color: #3DDDB4; }
a { background-color: rgb(61,221,180); }
div.DivClassName
{
background-color: #3DDDB4;
}
.BgClassName
{
background-color: #3DDDB4;
}
</style>
border-color css
<style>
span { border-color: #3DDDB4; }
span { border-color: rgb(61,221,180); }
td.TdClassName
{
border-color: #3DDDB4;
}
.TagClassName
{
border-color: #3DDDB4;
}
</style>