Shades of Turquoise #3DFDD7
Tints of Turquoise #3DFDD7
RGB
CMYK
RGB Variations
Color information
#3DFDD7 (or 0x3DFDD7) is known color: Turquoise. HEX triplet: 3D, FD and D7. RGB value is (61,253,215). Sum of RGB (Red+Green+Blue) = 61+253+215=529 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.53% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFDD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFDD7 is #C20228. Grayscale: #BFBFBF. Windows color (decimal): -12714537 or 14155069. OLE color: 14155069.
HSL color Cylindrical-coordinate representation of color #3DFDD7: hue angle of 168.12º 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 #3DFDD7 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 215 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.01 |
| HSL | 168.13º | 0.98% | 0.62% | - |
| HSV(B) | 168.13º | 0.76% | 0.99% | - |
| XYZ | 49.32 | 76.15 | 76.39 | - |
| YUV | 191.26 | 141.39 | 35.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 215 | 0.76 | 0 | 0.15 | 0.01 | 168.13 | 0.98 | 0.62 |
| Hex | 3D | FD | D7 | 4C | 0 | F | 1 | A8 | 62 | 3E |
| Octal | 75 | 375 | 327 | 114 | 0 | 17 | 1 | 250 | 142 | 76 |
| Binary | 111101 | 11111101 | 11010111 | 1001100 | 0 | 1111 | 1 | 10101000 | 1100010 | 111110 |
Color Harmonies of #3DFDD7
Complementary color
Monochromatic Colors of #3DFDD7
Black with #3DFDD7
Text Example
Text Example
White with #3DFDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFDD7; }
p { color: rgb(61,253,215); }
H1.HeaderClassName
{
color: #3DFDD7;
}
.AnyTagClassName
{
color: #3DFDD7;
}
</style>
background-color css
<style>
a { background-color: #3DFDD7; }
a { background-color: rgb(61,253,215); }
div.DivClassName
{
background-color: #3DFDD7;
}
.BgClassName
{
background-color: #3DFDD7;
}
</style>
border-color css
<style>
span { border-color: #3DFDD7; }
span { border-color: rgb(61,253,215); }
td.TdClassName
{
border-color: #3DFDD7;
}
.TagClassName
{
border-color: #3DFDD7;
}
</style>