Shades of Turquoise #3DFDD1
Tints of Turquoise #3DFDD1
RGB
CMYK
RGB Variations
Color information
#3DFDD1 (or 0x3DFDD1) is known color: Turquoise. HEX triplet: 3D, FD and D1. RGB value is (61,253,209). Sum of RGB (Red+Green+Blue) = 61+253+209=523 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.66% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFDD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFDD1 is #C2022E. Grayscale: #BEBEBE. Windows color (decimal): -12714543 or 13761853. OLE color: 13761853.
HSL color Cylindrical-coordinate representation of color #3DFDD1: hue angle of 166.25º 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 #3DFDD1 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 209 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.01 |
| HSL | 166.25º | 0.98% | 0.62% | - |
| HSV(B) | 166.25º | 0.76% | 0.99% | - |
| XYZ | 48.56 | 75.85 | 72.4 | - |
| YUV | 190.58 | 138.39 | 35.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 209 | 0.76 | 0 | 0.17 | 0.01 | 166.25 | 0.98 | 0.62 |
| Hex | 3D | FD | D1 | 4C | 0 | 11 | 1 | A6 | 62 | 3E |
| Octal | 75 | 375 | 321 | 114 | 0 | 21 | 1 | 246 | 142 | 76 |
| Binary | 111101 | 11111101 | 11010001 | 1001100 | 0 | 10001 | 1 | 10100110 | 1100010 | 111110 |
Color Harmonies of #3DFDD1
Complementary color
Monochromatic Colors of #3DFDD1
Black with #3DFDD1
Text Example
Text Example
White with #3DFDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFDD1; }
p { color: rgb(61,253,209); }
H1.HeaderClassName
{
color: #3DFDD1;
}
.AnyTagClassName
{
color: #3DFDD1;
}
</style>
background-color css
<style>
a { background-color: #3DFDD1; }
a { background-color: rgb(61,253,209); }
div.DivClassName
{
background-color: #3DFDD1;
}
.BgClassName
{
background-color: #3DFDD1;
}
</style>
border-color css
<style>
span { border-color: #3DFDD1; }
span { border-color: rgb(61,253,209); }
td.TdClassName
{
border-color: #3DFDD1;
}
.TagClassName
{
border-color: #3DFDD1;
}
</style>