Shades of Turquoise #3FDCD9
Tints of Turquoise #3FDCD9
RGB
CMYK
RGB Variations
Color information
#3FDCD9 (or 0x3FDCD9) is known color: Turquoise. HEX triplet: 3F, DC and D9. RGB value is (63,220,217). Sum of RGB (Red+Green+Blue) = 63+220+217=500 (66% of max value = 765). Red value is 63 (25% from 255 or 12.6% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCD9 is #C02326. Grayscale: #ACACAC. Windows color (decimal): -12591911 or 14277695. OLE color: 14277695.
HSL color Cylindrical-coordinate representation of color #3FDCD9: hue angle of 178.85º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDCD9 is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 217 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.14 |
| HSL | 178.85º | 0.69% | 0.55% | - |
| HSV(B) | 178.85º | 0.71% | 0.86% | - |
| XYZ | 40.17 | 57.25 | 74.58 | - |
| YUV | 172.72 | 152.99 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 217 | 0.71 | 0 | 0.01 | 0.14 | 178.85 | 0.69 | 0.55 |
| Hex | 3F | DC | D9 | 47 | 0 | 1 | E | B3 | 45 | 37 |
| Octal | 77 | 334 | 331 | 107 | 0 | 1 | 16 | 263 | 105 | 67 |
| Binary | 111111 | 11011100 | 11011001 | 1000111 | 0 | 1 | 1110 | 10110011 | 1000101 | 110111 |
Color Harmonies of #3FDCD9
Complementary color
Monochromatic Colors of #3FDCD9
Black with #3FDCD9
Text Example
Text Example
White with #3FDCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDCD9; }
p { color: rgb(63,220,217); }
H1.HeaderClassName
{
color: #3FDCD9;
}
.AnyTagClassName
{
color: #3FDCD9;
}
</style>
background-color css
<style>
a { background-color: #3FDCD9; }
a { background-color: rgb(63,220,217); }
div.DivClassName
{
background-color: #3FDCD9;
}
.BgClassName
{
background-color: #3FDCD9;
}
</style>
border-color css
<style>
span { border-color: #3FDCD9; }
span { border-color: rgb(63,220,217); }
td.TdClassName
{
border-color: #3FDCD9;
}
.TagClassName
{
border-color: #3FDCD9;
}
</style>