Shades of Turquoise #3DF6D6
Tints of Turquoise #3DF6D6
RGB
CMYK
RGB Variations
Color information
#3DF6D6 (or 0x3DF6D6) is known color: Turquoise. HEX triplet: 3D, F6 and D6. RGB value is (61,246,214). Sum of RGB (Red+Green+Blue) = 61+246+214=521 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.71% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF6D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF6D6 is #C20929. Grayscale: #BABABA. Windows color (decimal): -12716330 or 14087741. OLE color: 14087741.
HSL color Cylindrical-coordinate representation of color #3DF6D6: hue angle of 169.62º degrees, saturation: 0.91, 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 #3DF6D6 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 246 | 214 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.04 |
| HSL | 169.62º | 0.91% | 0.6% | - |
| HSV(B) | 169.62º | 0.75% | 0.96% | - |
| XYZ | 47.02 | 71.76 | 74.99 | - |
| YUV | 187.04 | 143.21 | 38.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 246 | 214 | 0.75 | 0 | 0.13 | 0.04 | 169.62 | 0.91 | 0.6 |
| Hex | 3D | F6 | D6 | 4B | 0 | D | 4 | AA | 5B | 3C |
| Octal | 75 | 366 | 326 | 113 | 0 | 15 | 4 | 252 | 133 | 74 |
| Binary | 111101 | 11110110 | 11010110 | 1001011 | 0 | 1101 | 100 | 10101010 | 1011011 | 111100 |
Color Harmonies of #3DF6D6
Complementary color
Monochromatic Colors of #3DF6D6
Black with #3DF6D6
Text Example
Text Example
White with #3DF6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF6D6; }
p { color: rgb(61,246,214); }
H1.HeaderClassName
{
color: #3DF6D6;
}
.AnyTagClassName
{
color: #3DF6D6;
}
</style>
background-color css
<style>
a { background-color: #3DF6D6; }
a { background-color: rgb(61,246,214); }
div.DivClassName
{
background-color: #3DF6D6;
}
.BgClassName
{
background-color: #3DF6D6;
}
</style>
border-color css
<style>
span { border-color: #3DF6D6; }
span { border-color: rgb(61,246,214); }
td.TdClassName
{
border-color: #3DF6D6;
}
.TagClassName
{
border-color: #3DF6D6;
}
</style>