Shades of Turquoise #3DF5AF
Tints of Turquoise #3DF5AF
RGB
CMYK
RGB Variations
Color information
#3DF5AF (or 0x3DF5AF) is known color: Turquoise. HEX triplet: 3D, F5 and AF. RGB value is (61,245,175). Sum of RGB (Red+Green+Blue) = 61+245+175=481 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.68% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF5AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF5AF is #C20A50. Grayscale: #B6B6B6. Windows color (decimal): -12716625 or 11531581. OLE color: 11531581.
HSL color Cylindrical-coordinate representation of color #3DF5AF: hue angle of 157.17º degrees, saturation: 0.9, 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 #3DF5AF is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 245 | 175 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.04 |
| HSL | 157.17º | 0.9% | 0.6% | - |
| HSV(B) | 157.17º | 0.75% | 0.96% | - |
| XYZ | 42.31 | 69.39 | 51.72 | - |
| YUV | 182 | 124.04 | 41.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 245 | 175 | 0.75 | 0 | 0.29 | 0.04 | 157.17 | 0.9 | 0.6 |
| Hex | 3D | F5 | AF | 4B | 0 | 1D | 4 | 9D | 5A | 3C |
| Octal | 75 | 365 | 257 | 113 | 0 | 35 | 4 | 235 | 132 | 74 |
| Binary | 111101 | 11110101 | 10101111 | 1001011 | 0 | 11101 | 100 | 10011101 | 1011010 | 111100 |
Color Harmonies of #3DF5AF
Complementary color
Monochromatic Colors of #3DF5AF
Black with #3DF5AF
Text Example
Text Example
White with #3DF5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF5AF; }
p { color: rgb(61,245,175); }
H1.HeaderClassName
{
color: #3DF5AF;
}
.AnyTagClassName
{
color: #3DF5AF;
}
</style>
background-color css
<style>
a { background-color: #3DF5AF; }
a { background-color: rgb(61,245,175); }
div.DivClassName
{
background-color: #3DF5AF;
}
.BgClassName
{
background-color: #3DF5AF;
}
</style>
border-color css
<style>
span { border-color: #3DF5AF; }
span { border-color: rgb(61,245,175); }
td.TdClassName
{
border-color: #3DF5AF;
}
.TagClassName
{
border-color: #3DF5AF;
}
</style>