Shades of Turquoise #3DF1D3
Tints of Turquoise #3DF1D3
RGB
CMYK
RGB Variations
Color information
#3DF1D3 (or 0x3DF1D3) is known color: Turquoise. HEX triplet: 3D, F1 and D3. RGB value is (61,241,211). Sum of RGB (Red+Green+Blue) = 61+241+211=513 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.89% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #3DF1D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF1D3 is #C20E2C. Grayscale: #B7B7B7. Windows color (decimal): -12717613 or 13889853. OLE color: 13889853.
HSL color Cylindrical-coordinate representation of color #3DF1D3: hue angle of 170º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF1D3 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 241 | 211 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.05 |
| HSL | 170º | 0.87% | 0.59% | - |
| HSV(B) | 170º | 0.75% | 0.95% | - |
| XYZ | 45.14 | 68.61 | 72.49 | - |
| YUV | 183.76 | 143.37 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 241 | 211 | 0.75 | 0 | 0.12 | 0.05 | 170 | 0.87 | 0.59 |
| Hex | 3D | F1 | D3 | 4B | 0 | C | 5 | AA | 57 | 3B |
| Octal | 75 | 361 | 323 | 113 | 0 | 14 | 5 | 252 | 127 | 73 |
| Binary | 111101 | 11110001 | 11010011 | 1001011 | 0 | 1100 | 101 | 10101010 | 1010111 | 111011 |
Color Harmonies of #3DF1D3
Complementary color
Monochromatic Colors of #3DF1D3
Black with #3DF1D3
Text Example
Text Example
White with #3DF1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF1D3; }
p { color: rgb(61,241,211); }
H1.HeaderClassName
{
color: #3DF1D3;
}
.AnyTagClassName
{
color: #3DF1D3;
}
</style>
background-color css
<style>
a { background-color: #3DF1D3; }
a { background-color: rgb(61,241,211); }
div.DivClassName
{
background-color: #3DF1D3;
}
.BgClassName
{
background-color: #3DF1D3;
}
</style>
border-color css
<style>
span { border-color: #3DF1D3; }
span { border-color: rgb(61,241,211); }
td.TdClassName
{
border-color: #3DF1D3;
}
.TagClassName
{
border-color: #3DF1D3;
}
</style>