Shades of Turquoise #3DF4C1
Tints of Turquoise #3DF4C1
RGB
CMYK
RGB Variations
Color information
#3DF4C1 (or 0x3DF4C1) is known color: Turquoise. HEX triplet: 3D, F4 and C1. RGB value is (61,244,193). Sum of RGB (Red+Green+Blue) = 61+244+193=498 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.25% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF4C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF4C1 is #C20B3E. Grayscale: #B7B7B7. Windows color (decimal): -12716863 or 12710973. OLE color: 12710973.
HSL color Cylindrical-coordinate representation of color #3DF4C1: hue angle of 163.28º 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 #3DF4C1 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 193 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.04 |
| HSL | 163.28º | 0.89% | 0.6% | - |
| HSV(B) | 163.28º | 0.75% | 0.96% | - |
| XYZ | 43.9 | 69.54 | 61.56 | - |
| YUV | 183.47 | 133.37 | 40.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 193 | 0.75 | 0 | 0.21 | 0.04 | 163.28 | 0.89 | 0.6 |
| Hex | 3D | F4 | C1 | 4B | 0 | 15 | 4 | A3 | 59 | 3C |
| Octal | 75 | 364 | 301 | 113 | 0 | 25 | 4 | 243 | 131 | 74 |
| Binary | 111101 | 11110100 | 11000001 | 1001011 | 0 | 10101 | 100 | 10100011 | 1011001 | 111100 |
Color Harmonies of #3DF4C1
Complementary color
Monochromatic Colors of #3DF4C1
Black with #3DF4C1
Text Example
Text Example
White with #3DF4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF4C1; }
p { color: rgb(61,244,193); }
H1.HeaderClassName
{
color: #3DF4C1;
}
.AnyTagClassName
{
color: #3DF4C1;
}
</style>
background-color css
<style>
a { background-color: #3DF4C1; }
a { background-color: rgb(61,244,193); }
div.DivClassName
{
background-color: #3DF4C1;
}
.BgClassName
{
background-color: #3DF4C1;
}
</style>
border-color css
<style>
span { border-color: #3DF4C1; }
span { border-color: rgb(61,244,193); }
td.TdClassName
{
border-color: #3DF4C1;
}
.TagClassName
{
border-color: #3DF4C1;
}
</style>