Shades of Turquoise #3FFAD0
Tints of Turquoise #3FFAD0
RGB
CMYK
RGB Variations
Color information
#3FFAD0 (or 0x3FFAD0) is known color: Turquoise. HEX triplet: 3F, FA and D0. RGB value is (63,250,208). Sum of RGB (Red+Green+Blue) = 63+250+208=521 (69% of max value = 765). Red value is 63 (25% from 255 or 12.09% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFAD0 is #C0052F. Grayscale: #BDBDBD. Windows color (decimal): -12584240 or 13695551. OLE color: 13695551.
HSL color Cylindrical-coordinate representation of color #3FFAD0: hue angle of 166.52º 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 #3FFAD0 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 208 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.02 |
| HSL | 166.52º | 0.95% | 0.61% | - |
| HSV(B) | 166.52º | 0.75% | 0.98% | - |
| XYZ | 47.62 | 73.98 | 71.44 | - |
| YUV | 189.3 | 138.55 | 37.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 208 | 0.75 | 0 | 0.17 | 0.02 | 166.52 | 0.95 | 0.61 |
| Hex | 3F | FA | D0 | 4B | 0 | 11 | 2 | A7 | 5F | 3D |
| Octal | 77 | 372 | 320 | 113 | 0 | 21 | 2 | 247 | 137 | 75 |
| Binary | 111111 | 11111010 | 11010000 | 1001011 | 0 | 10001 | 10 | 10100111 | 1011111 | 111101 |
Color Harmonies of #3FFAD0
Complementary color
Monochromatic Colors of #3FFAD0
Black with #3FFAD0
Text Example
Text Example
White with #3FFAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFAD0; }
p { color: rgb(63,250,208); }
H1.HeaderClassName
{
color: #3FFAD0;
}
.AnyTagClassName
{
color: #3FFAD0;
}
</style>
background-color css
<style>
a { background-color: #3FFAD0; }
a { background-color: rgb(63,250,208); }
div.DivClassName
{
background-color: #3FFAD0;
}
.BgClassName
{
background-color: #3FFAD0;
}
</style>
border-color css
<style>
span { border-color: #3FFAD0; }
span { border-color: rgb(63,250,208); }
td.TdClassName
{
border-color: #3FFAD0;
}
.TagClassName
{
border-color: #3FFAD0;
}
</style>