Shades of Turquoise #3FFADE
Tints of Turquoise #3FFADE
RGB
CMYK
RGB Variations
Color information
#3FFADE (or 0x3FFADE) is known color: Turquoise. HEX triplet: 3F, FA and DE. RGB value is (63,250,222). Sum of RGB (Red+Green+Blue) = 63+250+222=535 (70% of max value = 765). Red value is 63 (25% from 255 or 11.78% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFADE is #C00521. Grayscale: #BEBEBE. Windows color (decimal): -12584226 or 14613055. OLE color: 14613055.
HSL color Cylindrical-coordinate representation of color #3FFADE: hue angle of 171.02º 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 #3FFADE is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 222 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.02 |
| HSL | 171.02º | 0.95% | 0.61% | - |
| HSV(B) | 171.02º | 0.75% | 0.98% | - |
| XYZ | 49.42 | 74.7 | 80.92 | - |
| YUV | 190.9 | 145.55 | 36.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 222 | 0.75 | 0 | 0.11 | 0.02 | 171.02 | 0.95 | 0.61 |
| Hex | 3F | FA | DE | 4B | 0 | B | 2 | AB | 5F | 3D |
| Octal | 77 | 372 | 336 | 113 | 0 | 13 | 2 | 253 | 137 | 75 |
| Binary | 111111 | 11111010 | 11011110 | 1001011 | 0 | 1011 | 10 | 10101011 | 1011111 | 111101 |
Color Harmonies of #3FFADE
Complementary color
Monochromatic Colors of #3FFADE
Black with #3FFADE
Text Example
Text Example
White with #3FFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFADE; }
p { color: rgb(63,250,222); }
H1.HeaderClassName
{
color: #3FFADE;
}
.AnyTagClassName
{
color: #3FFADE;
}
</style>
background-color css
<style>
a { background-color: #3FFADE; }
a { background-color: rgb(63,250,222); }
div.DivClassName
{
background-color: #3FFADE;
}
.BgClassName
{
background-color: #3FFADE;
}
</style>
border-color css
<style>
span { border-color: #3FFADE; }
span { border-color: rgb(63,250,222); }
td.TdClassName
{
border-color: #3FFADE;
}
.TagClassName
{
border-color: #3FFADE;
}
</style>