Shades of Turquoise #3FFDD9
Tints of Turquoise #3FFDD9
RGB
CMYK
RGB Variations
Color information
#3FFDD9 (or 0x3FFDD9) is known color: Turquoise. HEX triplet: 3F, FD and D9. RGB value is (63,253,217). Sum of RGB (Red+Green+Blue) = 63+253+217=533 (70% of max value = 765). Red value is 63 (25% from 255 or 11.82% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFDD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFDD9 is #C00226. Grayscale: #C0C0C0. Windows color (decimal): -12583463 or 14286143. OLE color: 14286143.
HSL color Cylindrical-coordinate representation of color #3FFDD9: hue angle of 168.63º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFDD9 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 253 | 217 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.01 |
| HSL | 168.63º | 0.98% | 0.62% | - |
| HSV(B) | 168.63º | 0.75% | 0.99% | - |
| XYZ | 49.7 | 76.32 | 77.76 | - |
| YUV | 192.09 | 142.05 | 35.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 253 | 217 | 0.75 | 0 | 0.14 | 0.01 | 168.63 | 0.98 | 0.62 |
| Hex | 3F | FD | D9 | 4B | 0 | E | 1 | A9 | 62 | 3E |
| Octal | 77 | 375 | 331 | 113 | 0 | 16 | 1 | 251 | 142 | 76 |
| Binary | 111111 | 11111101 | 11011001 | 1001011 | 0 | 1110 | 1 | 10101001 | 1100010 | 111110 |
Color Harmonies of #3FFDD9
Complementary color
Monochromatic Colors of #3FFDD9
Black with #3FFDD9
Text Example
Text Example
White with #3FFDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFDD9; }
p { color: rgb(63,253,217); }
H1.HeaderClassName
{
color: #3FFDD9;
}
.AnyTagClassName
{
color: #3FFDD9;
}
</style>
background-color css
<style>
a { background-color: #3FFDD9; }
a { background-color: rgb(63,253,217); }
div.DivClassName
{
background-color: #3FFDD9;
}
.BgClassName
{
background-color: #3FFDD9;
}
</style>
border-color css
<style>
span { border-color: #3FFDD9; }
span { border-color: rgb(63,253,217); }
td.TdClassName
{
border-color: #3FFDD9;
}
.TagClassName
{
border-color: #3FFDD9;
}
</style>