Shades of Turquoise #3DF4DC
Tints of Turquoise #3DF4DC
RGB
CMYK
RGB Variations
Color information
#3DF4DC (or 0x3DF4DC) is known color: Turquoise. HEX triplet: 3D, F4 and DC. RGB value is (61,244,220). Sum of RGB (Red+Green+Blue) = 61+244+220=525 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.62% from 525); Green value is 244 (95.70% from 255 or 46.48% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF4DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF4DC is #C20B23. Grayscale: #BABABA. Windows color (decimal): -12716836 or 14480445. OLE color: 14480445.
HSL color Cylindrical-coordinate representation of color #3DF4DC: hue angle of 172.13º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF4DC is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 220 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.04 |
| HSL | 172.13º | 0.89% | 0.6% | - |
| HSV(B) | 172.13º | 0.75% | 0.96% | - |
| XYZ | 47.19 | 70.86 | 78.9 | - |
| YUV | 186.55 | 146.87 | 38.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 220 | 0.75 | 0 | 0.10 | 0.04 | 172.13 | 0.89 | 0.6 |
| Hex | 3D | F4 | DC | 4B | 0 | A | 4 | AC | 59 | 3C |
| Octal | 75 | 364 | 334 | 113 | 0 | 12 | 4 | 254 | 131 | 74 |
| Binary | 111101 | 11110100 | 11011100 | 1001011 | 0 | 1010 | 100 | 10101100 | 1011001 | 111100 |
Color Harmonies of #3DF4DC
Complementary color
Monochromatic Colors of #3DF4DC
Black with #3DF4DC
Text Example
Text Example
White with #3DF4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF4DC; }
p { color: rgb(61,244,220); }
H1.HeaderClassName
{
color: #3DF4DC;
}
.AnyTagClassName
{
color: #3DF4DC;
}
</style>
background-color css
<style>
a { background-color: #3DF4DC; }
a { background-color: rgb(61,244,220); }
div.DivClassName
{
background-color: #3DF4DC;
}
.BgClassName
{
background-color: #3DF4DC;
}
</style>
border-color css
<style>
span { border-color: #3DF4DC; }
span { border-color: rgb(61,244,220); }
td.TdClassName
{
border-color: #3DF4DC;
}
.TagClassName
{
border-color: #3DF4DC;
}
</style>