Shades of Turquoise #3DFDD0
Tints of Turquoise #3DFDD0
RGB
CMYK
RGB Variations
Color information
#3DFDD0 (or 0x3DFDD0) is known color: Turquoise. HEX triplet: 3D, FD and D0. RGB value is (61,253,208). Sum of RGB (Red+Green+Blue) = 61+253+208=522 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.69% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFDD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFDD0 is #C2022F. Grayscale: #BEBEBE. Windows color (decimal): -12714544 or 13696317. OLE color: 13696317.
HSL color Cylindrical-coordinate representation of color #3DFDD0: hue angle of 165.94º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFDD0 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 208 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.01 |
| HSL | 165.94º | 0.98% | 0.62% | - |
| HSV(B) | 165.94º | 0.76% | 0.99% | - |
| XYZ | 48.43 | 75.8 | 71.75 | - |
| YUV | 190.46 | 137.89 | 35.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 208 | 0.76 | 0 | 0.18 | 0.01 | 165.94 | 0.98 | 0.62 |
| Hex | 3D | FD | D0 | 4C | 0 | 12 | 1 | A6 | 62 | 3E |
| Octal | 75 | 375 | 320 | 114 | 0 | 22 | 1 | 246 | 142 | 76 |
| Binary | 111101 | 11111101 | 11010000 | 1001100 | 0 | 10010 | 1 | 10100110 | 1100010 | 111110 |
Color Harmonies of #3DFDD0
Complementary color
Monochromatic Colors of #3DFDD0
Black with #3DFDD0
Text Example
Text Example
White with #3DFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFDD0; }
p { color: rgb(61,253,208); }
H1.HeaderClassName
{
color: #3DFDD0;
}
.AnyTagClassName
{
color: #3DFDD0;
}
</style>
background-color css
<style>
a { background-color: #3DFDD0; }
a { background-color: rgb(61,253,208); }
div.DivClassName
{
background-color: #3DFDD0;
}
.BgClassName
{
background-color: #3DFDD0;
}
</style>
border-color css
<style>
span { border-color: #3DFDD0; }
span { border-color: rgb(61,253,208); }
td.TdClassName
{
border-color: #3DFDD0;
}
.TagClassName
{
border-color: #3DFDD0;
}
</style>