Shades of Turquoise #3FDCD1
Tints of Turquoise #3FDCD1
RGB
CMYK
RGB Variations
Color information
#3FDCD1 (or 0x3FDCD1) is known color: Turquoise. HEX triplet: 3F, DC and D1. RGB value is (63,220,209). Sum of RGB (Red+Green+Blue) = 63+220+209=492 (65% of max value = 765). Red value is 63 (25% from 255 or 12.80% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCD1 is #C0232E. Grayscale: #ABABAB. Windows color (decimal): -12591919 or 13753407. OLE color: 13753407.
HSL color Cylindrical-coordinate representation of color #3FDCD1: hue angle of 175.8º 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 #3FDCD1 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 209 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.14 |
| HSL | 175.8º | 0.69% | 0.55% | - |
| HSV(B) | 175.8º | 0.71% | 0.86% | - |
| XYZ | 39.15 | 56.85 | 69.23 | - |
| YUV | 171.8 | 148.99 | 50.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 209 | 0.71 | 0 | 0.05 | 0.14 | 175.8 | 0.69 | 0.55 |
| Hex | 3F | DC | D1 | 47 | 0 | 5 | E | B0 | 45 | 37 |
| Octal | 77 | 334 | 321 | 107 | 0 | 5 | 16 | 260 | 105 | 67 |
| Binary | 111111 | 11011100 | 11010001 | 1000111 | 0 | 101 | 1110 | 10110000 | 1000101 | 110111 |
Color Harmonies of #3FDCD1
Complementary color
Monochromatic Colors of #3FDCD1
Black with #3FDCD1
Text Example
Text Example
White with #3FDCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDCD1; }
p { color: rgb(63,220,209); }
H1.HeaderClassName
{
color: #3FDCD1;
}
.AnyTagClassName
{
color: #3FDCD1;
}
</style>
background-color css
<style>
a { background-color: #3FDCD1; }
a { background-color: rgb(63,220,209); }
div.DivClassName
{
background-color: #3FDCD1;
}
.BgClassName
{
background-color: #3FDCD1;
}
</style>
border-color css
<style>
span { border-color: #3FDCD1; }
span { border-color: rgb(63,220,209); }
td.TdClassName
{
border-color: #3FDCD1;
}
.TagClassName
{
border-color: #3FDCD1;
}
</style>