Shades of Turquoise #3DDDC8
Tints of Turquoise #3DDDC8
RGB
CMYK
RGB Variations
Color information
#3DDDC8 (or 0x3DDDC8) is known color: Turquoise. HEX triplet: 3D, DD and C8. RGB value is (61,221,200). Sum of RGB (Red+Green+Blue) = 61+221+200=482 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.66% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDDC8 is #C22237. Grayscale: #AAAAAA. Windows color (decimal): -12722744 or 13163837. OLE color: 13163837.
HSL color Cylindrical-coordinate representation of color #3DDDC8: hue angle of 172.12º 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 #3DDDC8 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 200 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.13 |
| HSL | 172.13º | 0.7% | 0.55% | - |
| HSV(B) | 172.13º | 0.72% | 0.87% | - |
| XYZ | 38.21 | 56.88 | 63.61 | - |
| YUV | 170.77 | 144.49 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 200 | 0.72 | 0 | 0.10 | 0.13 | 172.13 | 0.7 | 0.55 |
| Hex | 3D | DD | C8 | 48 | 0 | A | D | AC | 46 | 37 |
| Octal | 75 | 335 | 310 | 110 | 0 | 12 | 15 | 254 | 106 | 67 |
| Binary | 111101 | 11011101 | 11001000 | 1001000 | 0 | 1010 | 1101 | 10101100 | 1000110 | 110111 |
Color Harmonies of #3DDDC8
Complementary color
Monochromatic Colors of #3DDDC8
Black with #3DDDC8
Text Example
Text Example
White with #3DDDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDDC8; }
p { color: rgb(61,221,200); }
H1.HeaderClassName
{
color: #3DDDC8;
}
.AnyTagClassName
{
color: #3DDDC8;
}
</style>
background-color css
<style>
a { background-color: #3DDDC8; }
a { background-color: rgb(61,221,200); }
div.DivClassName
{
background-color: #3DDDC8;
}
.BgClassName
{
background-color: #3DDDC8;
}
</style>
border-color css
<style>
span { border-color: #3DDDC8; }
span { border-color: rgb(61,221,200); }
td.TdClassName
{
border-color: #3DDDC8;
}
.TagClassName
{
border-color: #3DDDC8;
}
</style>