Shades of Turquoise #3DF9AD
Tints of Turquoise #3DF9AD
RGB
CMYK
RGB Variations
Color information
#3DF9AD (or 0x3DF9AD) is known color: Turquoise. HEX triplet: 3D, F9 and AD. RGB value is (61,249,173). Sum of RGB (Red+Green+Blue) = 61+249+173=483 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.63% from 483); Green value is 249 (97.66% from 255 or 51.55% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF9AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF9AD is #C20652. Grayscale: #B8B8B8. Windows color (decimal): -12715603 or 11401533. OLE color: 11401533.
HSL color Cylindrical-coordinate representation of color #3DF9AD: hue angle of 155.74º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF9AD is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 173 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.02 |
| HSL | 155.74º | 0.94% | 0.61% | - |
| HSV(B) | 155.74º | 0.76% | 0.98% | - |
| XYZ | 43.34 | 71.76 | 51.1 | - |
| YUV | 184.12 | 121.72 | 40.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 173 | 0.76 | 0 | 0.31 | 0.02 | 155.74 | 0.94 | 0.61 |
| Hex | 3D | F9 | AD | 4C | 0 | 1F | 2 | 9C | 5E | 3D |
| Octal | 75 | 371 | 255 | 114 | 0 | 37 | 2 | 234 | 136 | 75 |
| Binary | 111101 | 11111001 | 10101101 | 1001100 | 0 | 11111 | 10 | 10011100 | 1011110 | 111101 |
Color Harmonies of #3DF9AD
Complementary color
Monochromatic Colors of #3DF9AD
Black with #3DF9AD
Text Example
Text Example
White with #3DF9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF9AD; }
p { color: rgb(61,249,173); }
H1.HeaderClassName
{
color: #3DF9AD;
}
.AnyTagClassName
{
color: #3DF9AD;
}
</style>
background-color css
<style>
a { background-color: #3DF9AD; }
a { background-color: rgb(61,249,173); }
div.DivClassName
{
background-color: #3DF9AD;
}
.BgClassName
{
background-color: #3DF9AD;
}
</style>
border-color css
<style>
span { border-color: #3DF9AD; }
span { border-color: rgb(61,249,173); }
td.TdClassName
{
border-color: #3DF9AD;
}
.TagClassName
{
border-color: #3DF9AD;
}
</style>