Shades of Turquoise #3FF4AF
Tints of Turquoise #3FF4AF
RGB
CMYK
RGB Variations
Color information
#3FF4AF (or 0x3FF4AF) is known color: Turquoise. HEX triplet: 3F, F4 and AF. RGB value is (63,244,175). Sum of RGB (Red+Green+Blue) = 63+244+175=482 (63% of max value = 765). Red value is 63 (25% from 255 or 13.07% from 482); Green value is 244 (95.70% from 255 or 50.62% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 244 - color contains mainly: green. Hex color #3FF4AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF4AF is #C00B50. Grayscale: #B6B6B6. Windows color (decimal): -12585809 or 11531327. OLE color: 11531327.
HSL color Cylindrical-coordinate representation of color #3FF4AF: hue angle of 157.13º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF4AF is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 244 | 175 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.04 |
| HSL | 157.13º | 0.89% | 0.6% | - |
| HSV(B) | 157.13º | 0.74% | 0.96% | - |
| XYZ | 42.14 | 68.85 | 51.63 | - |
| YUV | 182.02 | 124.03 | 43.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 244 | 175 | 0.74 | 0 | 0.28 | 0.04 | 157.13 | 0.89 | 0.6 |
| Hex | 3F | F4 | AF | 4A | 0 | 1C | 4 | 9D | 59 | 3C |
| Octal | 77 | 364 | 257 | 112 | 0 | 34 | 4 | 235 | 131 | 74 |
| Binary | 111111 | 11110100 | 10101111 | 1001010 | 0 | 11100 | 100 | 10011101 | 1011001 | 111100 |
Color Harmonies of #3FF4AF
Complementary color
Monochromatic Colors of #3FF4AF
Black with #3FF4AF
Text Example
Text Example
White with #3FF4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF4AF; }
p { color: rgb(63,244,175); }
H1.HeaderClassName
{
color: #3FF4AF;
}
.AnyTagClassName
{
color: #3FF4AF;
}
</style>
background-color css
<style>
a { background-color: #3FF4AF; }
a { background-color: rgb(63,244,175); }
div.DivClassName
{
background-color: #3FF4AF;
}
.BgClassName
{
background-color: #3FF4AF;
}
</style>
border-color css
<style>
span { border-color: #3FF4AF; }
span { border-color: rgb(63,244,175); }
td.TdClassName
{
border-color: #3FF4AF;
}
.TagClassName
{
border-color: #3FF4AF;
}
</style>