Shades of Turquoise #3FF8AD
Tints of Turquoise #3FF8AD
RGB
CMYK
RGB Variations
Color information
#3FF8AD (or 0x3FF8AD) is known color: Turquoise. HEX triplet: 3F, F8 and AD. RGB value is (63,248,173). Sum of RGB (Red+Green+Blue) = 63+248+173=484 (64% of max value = 765). Red value is 63 (25% from 255 or 13.02% from 484); Green value is 248 (97.27% from 255 or 51.24% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF8AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF8AD is #C00752. Grayscale: #B8B8B8. Windows color (decimal): -12584787 or 11401279. OLE color: 11401279.
HSL color Cylindrical-coordinate representation of color #3FF8AD: hue angle of 155.68º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF8AD is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 248 | 173 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.03 |
| HSL | 155.68º | 0.93% | 0.61% | - |
| HSV(B) | 155.68º | 0.75% | 0.97% | - |
| XYZ | 43.16 | 71.21 | 51.01 | - |
| YUV | 184.14 | 121.71 | 41.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 248 | 173 | 0.75 | 0 | 0.30 | 0.03 | 155.68 | 0.93 | 0.61 |
| Hex | 3F | F8 | AD | 4B | 0 | 1E | 3 | 9C | 5D | 3D |
| Octal | 77 | 370 | 255 | 113 | 0 | 36 | 3 | 234 | 135 | 75 |
| Binary | 111111 | 11111000 | 10101101 | 1001011 | 0 | 11110 | 11 | 10011100 | 1011101 | 111101 |
Color Harmonies of #3FF8AD
Complementary color
Monochromatic Colors of #3FF8AD
Black with #3FF8AD
Text Example
Text Example
White with #3FF8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF8AD; }
p { color: rgb(63,248,173); }
H1.HeaderClassName
{
color: #3FF8AD;
}
.AnyTagClassName
{
color: #3FF8AD;
}
</style>
background-color css
<style>
a { background-color: #3FF8AD; }
a { background-color: rgb(63,248,173); }
div.DivClassName
{
background-color: #3FF8AD;
}
.BgClassName
{
background-color: #3FF8AD;
}
</style>
border-color css
<style>
span { border-color: #3FF8AD; }
span { border-color: rgb(63,248,173); }
td.TdClassName
{
border-color: #3FF8AD;
}
.TagClassName
{
border-color: #3FF8AD;
}
</style>