Shades of Turquoise #3DF9D1
Tints of Turquoise #3DF9D1
RGB
CMYK
RGB Variations
Color information
#3DF9D1 (or 0x3DF9D1) is known color: Turquoise. HEX triplet: 3D, F9 and D1. RGB value is (61,249,209). Sum of RGB (Red+Green+Blue) = 61+249+209=519 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.75% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF9D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF9D1 is #C2062E. Grayscale: #BCBCBC. Windows color (decimal): -12715567 or 13760829. OLE color: 13760829.
HSL color Cylindrical-coordinate representation of color #3DF9D1: hue angle of 167.23º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF9D1 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 209 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.02 |
| HSL | 167.23º | 0.94% | 0.61% | - |
| HSV(B) | 167.23º | 0.76% | 0.98% | - |
| XYZ | 47.31 | 73.35 | 71.99 | - |
| YUV | 188.23 | 139.72 | 37.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 209 | 0.76 | 0 | 0.16 | 0.02 | 167.23 | 0.94 | 0.61 |
| Hex | 3D | F9 | D1 | 4C | 0 | 10 | 2 | A7 | 5E | 3D |
| Octal | 75 | 371 | 321 | 114 | 0 | 20 | 2 | 247 | 136 | 75 |
| Binary | 111101 | 11111001 | 11010001 | 1001100 | 0 | 10000 | 10 | 10100111 | 1011110 | 111101 |
Color Harmonies of #3DF9D1
Complementary color
Monochromatic Colors of #3DF9D1
Black with #3DF9D1
Text Example
Text Example
White with #3DF9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF9D1; }
p { color: rgb(61,249,209); }
H1.HeaderClassName
{
color: #3DF9D1;
}
.AnyTagClassName
{
color: #3DF9D1;
}
</style>
background-color css
<style>
a { background-color: #3DF9D1; }
a { background-color: rgb(61,249,209); }
div.DivClassName
{
background-color: #3DF9D1;
}
.BgClassName
{
background-color: #3DF9D1;
}
</style>
border-color css
<style>
span { border-color: #3DF9D1; }
span { border-color: rgb(61,249,209); }
td.TdClassName
{
border-color: #3DF9D1;
}
.TagClassName
{
border-color: #3DF9D1;
}
</style>