Shades of Turquoise #3FFAD9
Tints of Turquoise #3FFAD9
RGB
CMYK
RGB Variations
Color information
#3FFAD9 (or 0x3FFAD9) is known color: Turquoise. HEX triplet: 3F, FA and D9. RGB value is (63,250,217). Sum of RGB (Red+Green+Blue) = 63+250+217=530 (70% of max value = 765). Red value is 63 (25% from 255 or 11.89% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFAD9 is #C00526. Grayscale: #BEBEBE. Windows color (decimal): -12584231 or 14285375. OLE color: 14285375.
HSL color Cylindrical-coordinate representation of color #3FFAD9: hue angle of 169.41º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFAD9 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 217 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.02 |
| HSL | 169.41º | 0.95% | 0.61% | - |
| HSV(B) | 169.41º | 0.75% | 0.98% | - |
| XYZ | 48.76 | 74.44 | 77.44 | - |
| YUV | 190.33 | 143.05 | 37.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 217 | 0.75 | 0 | 0.13 | 0.02 | 169.41 | 0.95 | 0.61 |
| Hex | 3F | FA | D9 | 4B | 0 | D | 2 | A9 | 5F | 3D |
| Octal | 77 | 372 | 331 | 113 | 0 | 15 | 2 | 251 | 137 | 75 |
| Binary | 111111 | 11111010 | 11011001 | 1001011 | 0 | 1101 | 10 | 10101001 | 1011111 | 111101 |
Color Harmonies of #3FFAD9
Complementary color
Monochromatic Colors of #3FFAD9
Black with #3FFAD9
Text Example
Text Example
White with #3FFAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFAD9; }
p { color: rgb(63,250,217); }
H1.HeaderClassName
{
color: #3FFAD9;
}
.AnyTagClassName
{
color: #3FFAD9;
}
</style>
background-color css
<style>
a { background-color: #3FFAD9; }
a { background-color: rgb(63,250,217); }
div.DivClassName
{
background-color: #3FFAD9;
}
.BgClassName
{
background-color: #3FFAD9;
}
</style>
border-color css
<style>
span { border-color: #3FFAD9; }
span { border-color: rgb(63,250,217); }
td.TdClassName
{
border-color: #3FFAD9;
}
.TagClassName
{
border-color: #3FFAD9;
}
</style>