Shades of Turquoise #3DEFD1
Tints of Turquoise #3DEFD1
RGB
CMYK
RGB Variations
Color information
#3DEFD1 (or 0x3DEFD1) is known color: Turquoise. HEX triplet: 3D, EF and D1. RGB value is (61,239,209). Sum of RGB (Red+Green+Blue) = 61+239+209=509 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.98% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEFD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEFD1 is #C2102E. Grayscale: #B6B6B6. Windows color (decimal): -12718127 or 13758269. OLE color: 13758269.
HSL color Cylindrical-coordinate representation of color #3DEFD1: hue angle of 169.89º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEFD1 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 239 | 209 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.06 |
| HSL | 169.89º | 0.85% | 0.59% | - |
| HSV(B) | 169.89º | 0.74% | 0.94% | - |
| XYZ | 44.3 | 67.33 | 70.98 | - |
| YUV | 182.36 | 143.03 | 41.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 239 | 209 | 0.74 | 0 | 0.13 | 0.06 | 169.89 | 0.85 | 0.59 |
| Hex | 3D | EF | D1 | 4A | 0 | D | 6 | AA | 55 | 3B |
| Octal | 75 | 357 | 321 | 112 | 0 | 15 | 6 | 252 | 125 | 73 |
| Binary | 111101 | 11101111 | 11010001 | 1001010 | 0 | 1101 | 110 | 10101010 | 1010101 | 111011 |
Color Harmonies of #3DEFD1
Complementary color
Monochromatic Colors of #3DEFD1
Black with #3DEFD1
Text Example
Text Example
White with #3DEFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEFD1; }
p { color: rgb(61,239,209); }
H1.HeaderClassName
{
color: #3DEFD1;
}
.AnyTagClassName
{
color: #3DEFD1;
}
</style>
background-color css
<style>
a { background-color: #3DEFD1; }
a { background-color: rgb(61,239,209); }
div.DivClassName
{
background-color: #3DEFD1;
}
.BgClassName
{
background-color: #3DEFD1;
}
</style>
border-color css
<style>
span { border-color: #3DEFD1; }
span { border-color: rgb(61,239,209); }
td.TdClassName
{
border-color: #3DEFD1;
}
.TagClassName
{
border-color: #3DEFD1;
}
</style>