Shades of Turquoise #3DEDD8
Tints of Turquoise #3DEDD8
RGB
CMYK
RGB Variations
Color information
#3DEDD8 (or 0x3DEDD8) is known color: Turquoise. HEX triplet: 3D, ED and D8. RGB value is (61,237,216). Sum of RGB (Red+Green+Blue) = 61+237+216=514 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.87% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #3DEDD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEDD8 is #C21227. Grayscale: #B5B5B5. Windows color (decimal): -12718632 or 14216509. OLE color: 14216509.
HSL color Cylindrical-coordinate representation of color #3DEDD8: hue angle of 172.84º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEDD8 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 216 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.07 |
| HSL | 172.84º | 0.83% | 0.58% | - |
| HSV(B) | 172.84º | 0.74% | 0.93% | - |
| XYZ | 44.6 | 66.52 | 75.45 | - |
| YUV | 181.98 | 147.19 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 216 | 0.74 | 0 | 0.09 | 0.07 | 172.84 | 0.83 | 0.58 |
| Hex | 3D | ED | D8 | 4A | 0 | 9 | 7 | AD | 53 | 3A |
| Octal | 75 | 355 | 330 | 112 | 0 | 11 | 7 | 255 | 123 | 72 |
| Binary | 111101 | 11101101 | 11011000 | 1001010 | 0 | 1001 | 111 | 10101101 | 1010011 | 111010 |
Color Harmonies of #3DEDD8
Complementary color
Monochromatic Colors of #3DEDD8
Black with #3DEDD8
Text Example
Text Example
White with #3DEDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEDD8; }
p { color: rgb(61,237,216); }
H1.HeaderClassName
{
color: #3DEDD8;
}
.AnyTagClassName
{
color: #3DEDD8;
}
</style>
background-color css
<style>
a { background-color: #3DEDD8; }
a { background-color: rgb(61,237,216); }
div.DivClassName
{
background-color: #3DEDD8;
}
.BgClassName
{
background-color: #3DEDD8;
}
</style>
border-color css
<style>
span { border-color: #3DEDD8; }
span { border-color: rgb(61,237,216); }
td.TdClassName
{
border-color: #3DEDD8;
}
.TagClassName
{
border-color: #3DEDD8;
}
</style>