Shades of Turquoise #3DF8AD
Tints of Turquoise #3DF8AD
RGB
CMYK
RGB Variations
Color information
#3DF8AD (or 0x3DF8AD) is known color: Turquoise. HEX triplet: 3D, F8 and AD. RGB value is (61,248,173). Sum of RGB (Red+Green+Blue) = 61+248+173=482 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.66% from 482); Green value is 248 (97.27% from 255 or 51.45% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF8AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF8AD is #C20752. Grayscale: #B7B7B7. Windows color (decimal): -12715859 or 11401277. OLE color: 11401277.
HSL color Cylindrical-coordinate representation of color #3DF8AD: hue angle of 155.94º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF8AD is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 173 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.03 |
| HSL | 155.94º | 0.93% | 0.61% | - |
| HSV(B) | 155.94º | 0.75% | 0.97% | - |
| XYZ | 43.03 | 71.14 | 51 | - |
| YUV | 183.54 | 122.05 | 40.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 173 | 0.75 | 0 | 0.30 | 0.03 | 155.94 | 0.93 | 0.61 |
| Hex | 3D | F8 | AD | 4B | 0 | 1E | 3 | 9C | 5D | 3D |
| Octal | 75 | 370 | 255 | 113 | 0 | 36 | 3 | 234 | 135 | 75 |
| Binary | 111101 | 11111000 | 10101101 | 1001011 | 0 | 11110 | 11 | 10011100 | 1011101 | 111101 |
Color Harmonies of #3DF8AD
Complementary color
Monochromatic Colors of #3DF8AD
Black with #3DF8AD
Text Example
Text Example
White with #3DF8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF8AD; }
p { color: rgb(61,248,173); }
H1.HeaderClassName
{
color: #3DF8AD;
}
.AnyTagClassName
{
color: #3DF8AD;
}
</style>
background-color css
<style>
a { background-color: #3DF8AD; }
a { background-color: rgb(61,248,173); }
div.DivClassName
{
background-color: #3DF8AD;
}
.BgClassName
{
background-color: #3DF8AD;
}
</style>
border-color css
<style>
span { border-color: #3DF8AD; }
span { border-color: rgb(61,248,173); }
td.TdClassName
{
border-color: #3DF8AD;
}
.TagClassName
{
border-color: #3DF8AD;
}
</style>