Shades of Turquoise #3DFDAC
Tints of Turquoise #3DFDAC
RGB
CMYK
RGB Variations
Color information
#3DFDAC (or 0x3DFDAC) is known color: Turquoise. HEX triplet: 3D, FD and AC. RGB value is (61,253,172). Sum of RGB (Red+Green+Blue) = 61+253+172=486 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.55% from 486); Green value is 253 (99.22% from 255 or 52.06% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFDAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DFDAC is #C20253. Grayscale: #BABABA. Windows color (decimal): -12714580 or 11337021. OLE color: 11337021.
HSL color Cylindrical-coordinate representation of color #3DFDAC: hue angle of 154.69º 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 #3DFDAC is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 172 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.01 |
| HSL | 154.69º | 0.98% | 0.62% | - |
| HSV(B) | 154.69º | 0.76% | 0.99% | - |
| XYZ | 44.5 | 74.22 | 51.01 | - |
| YUV | 186.36 | 119.89 | 38.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 172 | 0.76 | 0 | 0.32 | 0.01 | 154.69 | 0.98 | 0.62 |
| Hex | 3D | FD | AC | 4C | 0 | 20 | 1 | 9B | 62 | 3E |
| Octal | 75 | 375 | 254 | 114 | 0 | 40 | 1 | 233 | 142 | 76 |
| Binary | 111101 | 11111101 | 10101100 | 1001100 | 0 | 100000 | 1 | 10011011 | 1100010 | 111110 |
Color Harmonies of #3DFDAC
Complementary color
Monochromatic Colors of #3DFDAC
Black with #3DFDAC
Text Example
Text Example
White with #3DFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFDAC; }
p { color: rgb(61,253,172); }
H1.HeaderClassName
{
color: #3DFDAC;
}
.AnyTagClassName
{
color: #3DFDAC;
}
</style>
background-color css
<style>
a { background-color: #3DFDAC; }
a { background-color: rgb(61,253,172); }
div.DivClassName
{
background-color: #3DFDAC;
}
.BgClassName
{
background-color: #3DFDAC;
}
</style>
border-color css
<style>
span { border-color: #3DFDAC; }
span { border-color: rgb(61,253,172); }
td.TdClassName
{
border-color: #3DFDAC;
}
.TagClassName
{
border-color: #3DFDAC;
}
</style>