Shades of Turquoise #3FFAD5
Tints of Turquoise #3FFAD5
RGB
CMYK
RGB Variations
Color information
#3FFAD5 (or 0x3FFAD5) is known color: Turquoise. HEX triplet: 3F, FA and D5. RGB value is (63,250,213). Sum of RGB (Red+Green+Blue) = 63+250+213=526 (69% of max value = 765). Red value is 63 (25% from 255 or 11.98% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFAD5 is #C0052A. Grayscale: #BDBDBD. Windows color (decimal): -12584235 or 14023231. OLE color: 14023231.
HSL color Cylindrical-coordinate representation of color #3FFAD5: hue angle of 168.13º 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 #3FFAD5 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 213 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.02 |
| HSL | 168.13º | 0.95% | 0.61% | - |
| HSV(B) | 168.13º | 0.75% | 0.98% | - |
| XYZ | 48.25 | 74.23 | 74.74 | - |
| YUV | 189.87 | 141.05 | 37.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 213 | 0.75 | 0 | 0.15 | 0.02 | 168.13 | 0.95 | 0.61 |
| Hex | 3F | FA | D5 | 4B | 0 | F | 2 | A8 | 5F | 3D |
| Octal | 77 | 372 | 325 | 113 | 0 | 17 | 2 | 250 | 137 | 75 |
| Binary | 111111 | 11111010 | 11010101 | 1001011 | 0 | 1111 | 10 | 10101000 | 1011111 | 111101 |
Color Harmonies of #3FFAD5
Complementary color
Monochromatic Colors of #3FFAD5
Black with #3FFAD5
Text Example
Text Example
White with #3FFAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFAD5; }
p { color: rgb(63,250,213); }
H1.HeaderClassName
{
color: #3FFAD5;
}
.AnyTagClassName
{
color: #3FFAD5;
}
</style>
background-color css
<style>
a { background-color: #3FFAD5; }
a { background-color: rgb(63,250,213); }
div.DivClassName
{
background-color: #3FFAD5;
}
.BgClassName
{
background-color: #3FFAD5;
}
</style>
border-color css
<style>
span { border-color: #3FFAD5; }
span { border-color: rgb(63,250,213); }
td.TdClassName
{
border-color: #3FFAD5;
}
.TagClassName
{
border-color: #3FFAD5;
}
</style>