Shades of Turquoise #3DF0C1
Tints of Turquoise #3DF0C1
RGB
CMYK
RGB Variations
Color information
#3DF0C1 (or 0x3DF0C1) is known color: Turquoise. HEX triplet: 3D, F0 and C1. RGB value is (61,240,193). Sum of RGB (Red+Green+Blue) = 61+240+193=494 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.35% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF0C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF0C1 is #C20F3E. Grayscale: #B5B5B5. Windows color (decimal): -12717887 or 12709949. OLE color: 12709949.
HSL color Cylindrical-coordinate representation of color #3DF0C1: hue angle of 164.25º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF0C1 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 240 | 193 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.06 |
| HSL | 164.25º | 0.86% | 0.59% | - |
| HSV(B) | 164.25º | 0.75% | 0.94% | - |
| XYZ | 42.71 | 67.16 | 61.16 | - |
| YUV | 181.12 | 134.7 | 42.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 240 | 193 | 0.75 | 0 | 0.20 | 0.06 | 164.25 | 0.86 | 0.59 |
| Hex | 3D | F0 | C1 | 4B | 0 | 14 | 6 | A4 | 56 | 3B |
| Octal | 75 | 360 | 301 | 113 | 0 | 24 | 6 | 244 | 126 | 73 |
| Binary | 111101 | 11110000 | 11000001 | 1001011 | 0 | 10100 | 110 | 10100100 | 1010110 | 111011 |
Color Harmonies of #3DF0C1
Complementary color
Monochromatic Colors of #3DF0C1
Black with #3DF0C1
Text Example
Text Example
White with #3DF0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF0C1; }
p { color: rgb(61,240,193); }
H1.HeaderClassName
{
color: #3DF0C1;
}
.AnyTagClassName
{
color: #3DF0C1;
}
</style>
background-color css
<style>
a { background-color: #3DF0C1; }
a { background-color: rgb(61,240,193); }
div.DivClassName
{
background-color: #3DF0C1;
}
.BgClassName
{
background-color: #3DF0C1;
}
</style>
border-color css
<style>
span { border-color: #3DF0C1; }
span { border-color: rgb(61,240,193); }
td.TdClassName
{
border-color: #3DF0C1;
}
.TagClassName
{
border-color: #3DF0C1;
}
</style>