Shades of Turquoise #3FF0AF
Tints of Turquoise #3FF0AF
RGB
CMYK
RGB Variations
Color information
#3FF0AF (or 0x3FF0AF) is known color: Turquoise. HEX triplet: 3F, F0 and AF. RGB value is (63,240,175). Sum of RGB (Red+Green+Blue) = 63+240+175=478 (63% of max value = 765). Red value is 63 (25% from 255 or 13.18% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF0AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF0AF is #C00F50. Grayscale: #B3B3B3. Windows color (decimal): -12586833 or 11530303. OLE color: 11530303.
HSL color Cylindrical-coordinate representation of color #3FF0AF: hue angle of 157.97º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF0AF is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 240 | 175 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.06 |
| HSL | 157.97º | 0.86% | 0.59% | - |
| HSV(B) | 157.97º | 0.74% | 0.94% | - |
| XYZ | 40.95 | 66.47 | 51.23 | - |
| YUV | 179.67 | 125.36 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 240 | 175 | 0.74 | 0 | 0.27 | 0.06 | 157.97 | 0.86 | 0.59 |
| Hex | 3F | F0 | AF | 4A | 0 | 1B | 6 | 9E | 56 | 3B |
| Octal | 77 | 360 | 257 | 112 | 0 | 33 | 6 | 236 | 126 | 73 |
| Binary | 111111 | 11110000 | 10101111 | 1001010 | 0 | 11011 | 110 | 10011110 | 1010110 | 111011 |
Color Harmonies of #3FF0AF
Complementary color
Monochromatic Colors of #3FF0AF
Black with #3FF0AF
Text Example
Text Example
White with #3FF0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF0AF; }
p { color: rgb(63,240,175); }
H1.HeaderClassName
{
color: #3FF0AF;
}
.AnyTagClassName
{
color: #3FF0AF;
}
</style>
background-color css
<style>
a { background-color: #3FF0AF; }
a { background-color: rgb(63,240,175); }
div.DivClassName
{
background-color: #3FF0AF;
}
.BgClassName
{
background-color: #3FF0AF;
}
</style>
border-color css
<style>
span { border-color: #3FF0AF; }
span { border-color: rgb(63,240,175); }
td.TdClassName
{
border-color: #3FF0AF;
}
.TagClassName
{
border-color: #3FF0AF;
}
</style>