Shades of Turquoise #3FDFCD
Tints of Turquoise #3FDFCD
RGB
CMYK
RGB Variations
Color information
#3FDFCD (or 0x3FDFCD) is known color: Turquoise. HEX triplet: 3F, DF and CD. RGB value is (63,223,205). Sum of RGB (Red+Green+Blue) = 63+223+205=491 (65% of max value = 765). Red value is 63 (25% from 255 or 12.83% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFCD is #C02032. Grayscale: #ADADAD. Windows color (decimal): -12591155 or 13492031. OLE color: 13492031.
HSL color Cylindrical-coordinate representation of color #3FDFCD: hue angle of 173.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDFCD is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 205 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.13 |
| HSL | 173.25º | 0.71% | 0.56% | - |
| HSV(B) | 173.25º | 0.72% | 0.87% | - |
| XYZ | 39.46 | 58.24 | 66.92 | - |
| YUV | 173.11 | 145.99 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 205 | 0.72 | 0 | 0.08 | 0.13 | 173.25 | 0.71 | 0.56 |
| Hex | 3F | DF | CD | 48 | 0 | 8 | D | AD | 47 | 38 |
| Octal | 77 | 337 | 315 | 110 | 0 | 10 | 15 | 255 | 107 | 70 |
| Binary | 111111 | 11011111 | 11001101 | 1001000 | 0 | 1000 | 1101 | 10101101 | 1000111 | 111000 |
Color Harmonies of #3FDFCD
Complementary color
Monochromatic Colors of #3FDFCD
Black with #3FDFCD
Text Example
Text Example
White with #3FDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFCD; }
p { color: rgb(63,223,205); }
H1.HeaderClassName
{
color: #3FDFCD;
}
.AnyTagClassName
{
color: #3FDFCD;
}
</style>
background-color css
<style>
a { background-color: #3FDFCD; }
a { background-color: rgb(63,223,205); }
div.DivClassName
{
background-color: #3FDFCD;
}
.BgClassName
{
background-color: #3FDFCD;
}
</style>
border-color css
<style>
span { border-color: #3FDFCD; }
span { border-color: rgb(63,223,205); }
td.TdClassName
{
border-color: #3FDFCD;
}
.TagClassName
{
border-color: #3FDFCD;
}
</style>