Shades of Turquoise #3DF0D1
Tints of Turquoise #3DF0D1
RGB
CMYK
RGB Variations
Color information
#3DF0D1 (or 0x3DF0D1) is known color: Turquoise. HEX triplet: 3D, F0 and D1. RGB value is (61,240,209). Sum of RGB (Red+Green+Blue) = 61+240+209=510 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.96% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF0D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF0D1 is #C20F2E. Grayscale: #B6B6B6. Windows color (decimal): -12717871 or 13758525. OLE color: 13758525.
HSL color Cylindrical-coordinate representation of color #3DF0D1: hue angle of 169.61º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF0D1 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 240 | 209 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.06 |
| HSL | 169.61º | 0.86% | 0.59% | - |
| HSV(B) | 169.61º | 0.75% | 0.94% | - |
| XYZ | 44.59 | 67.92 | 71.08 | - |
| YUV | 182.95 | 142.7 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 240 | 209 | 0.75 | 0 | 0.13 | 0.06 | 169.61 | 0.86 | 0.59 |
| Hex | 3D | F0 | D1 | 4B | 0 | D | 6 | AA | 56 | 3B |
| Octal | 75 | 360 | 321 | 113 | 0 | 15 | 6 | 252 | 126 | 73 |
| Binary | 111101 | 11110000 | 11010001 | 1001011 | 0 | 1101 | 110 | 10101010 | 1010110 | 111011 |
Color Harmonies of #3DF0D1
Complementary color
Monochromatic Colors of #3DF0D1
Black with #3DF0D1
Text Example
Text Example
White with #3DF0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF0D1; }
p { color: rgb(61,240,209); }
H1.HeaderClassName
{
color: #3DF0D1;
}
.AnyTagClassName
{
color: #3DF0D1;
}
</style>
background-color css
<style>
a { background-color: #3DF0D1; }
a { background-color: rgb(61,240,209); }
div.DivClassName
{
background-color: #3DF0D1;
}
.BgClassName
{
background-color: #3DF0D1;
}
</style>
border-color css
<style>
span { border-color: #3DF0D1; }
span { border-color: rgb(61,240,209); }
td.TdClassName
{
border-color: #3DF0D1;
}
.TagClassName
{
border-color: #3DF0D1;
}
</style>