Shades of Turquoise #3DF0AF
Tints of Turquoise #3DF0AF
RGB
CMYK
RGB Variations
Color information
#3DF0AF (or 0x3DF0AF) is known color: Turquoise. HEX triplet: 3D, F0 and AF. RGB value is (61,240,175). Sum of RGB (Red+Green+Blue) = 61+240+175=476 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.82% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF0AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF0AF is #C20F50. Grayscale: #B3B3B3. Windows color (decimal): -12717905 or 11530301. OLE color: 11530301.
HSL color Cylindrical-coordinate representation of color #3DF0AF: hue angle of 158.21º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF0AF is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 240 | 175 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.06 |
| HSL | 158.21º | 0.86% | 0.59% | - |
| HSV(B) | 158.21º | 0.75% | 0.94% | - |
| XYZ | 40.82 | 66.41 | 51.22 | - |
| YUV | 179.07 | 125.7 | 43.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 240 | 175 | 0.75 | 0 | 0.27 | 0.06 | 158.21 | 0.86 | 0.59 |
| Hex | 3D | F0 | AF | 4B | 0 | 1B | 6 | 9E | 56 | 3B |
| Octal | 75 | 360 | 257 | 113 | 0 | 33 | 6 | 236 | 126 | 73 |
| Binary | 111101 | 11110000 | 10101111 | 1001011 | 0 | 11011 | 110 | 10011110 | 1010110 | 111011 |
Color Harmonies of #3DF0AF
Complementary color
Monochromatic Colors of #3DF0AF
Black with #3DF0AF
Text Example
Text Example
White with #3DF0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF0AF; }
p { color: rgb(61,240,175); }
H1.HeaderClassName
{
color: #3DF0AF;
}
.AnyTagClassName
{
color: #3DF0AF;
}
</style>
background-color css
<style>
a { background-color: #3DF0AF; }
a { background-color: rgb(61,240,175); }
div.DivClassName
{
background-color: #3DF0AF;
}
.BgClassName
{
background-color: #3DF0AF;
}
</style>
border-color css
<style>
span { border-color: #3DF0AF; }
span { border-color: rgb(61,240,175); }
td.TdClassName
{
border-color: #3DF0AF;
}
.TagClassName
{
border-color: #3DF0AF;
}
</style>