Shades of Turquoise #3FFADF
Tints of Turquoise #3FFADF
RGB
CMYK
RGB Variations
Color information
#3FFADF (or 0x3FFADF) is known color: Turquoise. HEX triplet: 3F, FA and DF. RGB value is (63,250,223). Sum of RGB (Red+Green+Blue) = 63+250+223=536 (70% of max value = 765). Red value is 63 (25% from 255 or 11.75% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFADF is #C00520. Grayscale: #BEBEBE. Windows color (decimal): -12584225 or 14678591. OLE color: 14678591.
HSL color Cylindrical-coordinate representation of color #3FFADF: hue angle of 171.34º 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 #3FFADF is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 223 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.02 |
| HSL | 171.34º | 0.95% | 0.61% | - |
| HSV(B) | 171.34º | 0.75% | 0.98% | - |
| XYZ | 49.55 | 74.76 | 81.63 | - |
| YUV | 191.01 | 146.05 | 36.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 223 | 0.75 | 0 | 0.11 | 0.02 | 171.34 | 0.95 | 0.61 |
| Hex | 3F | FA | DF | 4B | 0 | B | 2 | AB | 5F | 3D |
| Octal | 77 | 372 | 337 | 113 | 0 | 13 | 2 | 253 | 137 | 75 |
| Binary | 111111 | 11111010 | 11011111 | 1001011 | 0 | 1011 | 10 | 10101011 | 1011111 | 111101 |
Color Harmonies of #3FFADF
Complementary color
Monochromatic Colors of #3FFADF
Black with #3FFADF
Text Example
Text Example
White with #3FFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFADF; }
p { color: rgb(63,250,223); }
H1.HeaderClassName
{
color: #3FFADF;
}
.AnyTagClassName
{
color: #3FFADF;
}
</style>
background-color css
<style>
a { background-color: #3FFADF; }
a { background-color: rgb(63,250,223); }
div.DivClassName
{
background-color: #3FFADF;
}
.BgClassName
{
background-color: #3FFADF;
}
</style>
border-color css
<style>
span { border-color: #3FFADF; }
span { border-color: rgb(63,250,223); }
td.TdClassName
{
border-color: #3FFADF;
}
.TagClassName
{
border-color: #3FFADF;
}
</style>