Shades of Turquoise #3DF3AF
Tints of Turquoise #3DF3AF
RGB
CMYK
RGB Variations
Color information
#3DF3AF (or 0x3DF3AF) is known color: Turquoise. HEX triplet: 3D, F3 and AF. RGB value is (61,243,175). Sum of RGB (Red+Green+Blue) = 61+243+175=479 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.73% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF3AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF3AF is #C20C50. Grayscale: #B4B4B4. Windows color (decimal): -12717137 or 11531069. OLE color: 11531069.
HSL color Cylindrical-coordinate representation of color #3DF3AF: hue angle of 157.58º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF3AF is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 175 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.05 |
| HSL | 157.58º | 0.88% | 0.6% | - |
| HSV(B) | 157.58º | 0.75% | 0.95% | - |
| XYZ | 41.71 | 68.19 | 51.52 | - |
| YUV | 180.83 | 124.7 | 42.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 175 | 0.75 | 0 | 0.28 | 0.05 | 157.58 | 0.88 | 0.6 |
| Hex | 3D | F3 | AF | 4B | 0 | 1C | 5 | 9E | 58 | 3C |
| Octal | 75 | 363 | 257 | 113 | 0 | 34 | 5 | 236 | 130 | 74 |
| Binary | 111101 | 11110011 | 10101111 | 1001011 | 0 | 11100 | 101 | 10011110 | 1011000 | 111100 |
Color Harmonies of #3DF3AF
Complementary color
Monochromatic Colors of #3DF3AF
Black with #3DF3AF
Text Example
Text Example
White with #3DF3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF3AF; }
p { color: rgb(61,243,175); }
H1.HeaderClassName
{
color: #3DF3AF;
}
.AnyTagClassName
{
color: #3DF3AF;
}
</style>
background-color css
<style>
a { background-color: #3DF3AF; }
a { background-color: rgb(61,243,175); }
div.DivClassName
{
background-color: #3DF3AF;
}
.BgClassName
{
background-color: #3DF3AF;
}
</style>
border-color css
<style>
span { border-color: #3DF3AF; }
span { border-color: rgb(61,243,175); }
td.TdClassName
{
border-color: #3DF3AF;
}
.TagClassName
{
border-color: #3DF3AF;
}
</style>