Shades of Turquoise #3FDCC1
Tints of Turquoise #3FDCC1
RGB
CMYK
RGB Variations
Color information
#3FDCC1 (or 0x3FDCC1) is known color: Turquoise. HEX triplet: 3F, DC and C1. RGB value is (63,220,193). Sum of RGB (Red+Green+Blue) = 63+220+193=476 (63% of max value = 765). Red value is 63 (25% from 255 or 13.24% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCC1 is #C0233E. Grayscale: #A9A9A9. Windows color (decimal): -12591935 or 12704831. OLE color: 12704831.
HSL color Cylindrical-coordinate representation of color #3FDCC1: hue angle of 169.68º 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 #3FDCC1 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 193 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.14 |
| HSL | 169.68º | 0.69% | 0.55% | - |
| HSV(B) | 169.68º | 0.71% | 0.86% | - |
| XYZ | 37.27 | 56.09 | 59.31 | - |
| YUV | 169.98 | 140.99 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 193 | 0.71 | 0 | 0.12 | 0.14 | 169.68 | 0.69 | 0.55 |
| Hex | 3F | DC | C1 | 47 | 0 | C | E | AA | 45 | 37 |
| Octal | 77 | 334 | 301 | 107 | 0 | 14 | 16 | 252 | 105 | 67 |
| Binary | 111111 | 11011100 | 11000001 | 1000111 | 0 | 1100 | 1110 | 10101010 | 1000101 | 110111 |
Color Harmonies of #3FDCC1
Complementary color
Monochromatic Colors of #3FDCC1
Black with #3FDCC1
Text Example
Text Example
White with #3FDCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDCC1; }
p { color: rgb(63,220,193); }
H1.HeaderClassName
{
color: #3FDCC1;
}
.AnyTagClassName
{
color: #3FDCC1;
}
</style>
background-color css
<style>
a { background-color: #3FDCC1; }
a { background-color: rgb(63,220,193); }
div.DivClassName
{
background-color: #3FDCC1;
}
.BgClassName
{
background-color: #3FDCC1;
}
</style>
border-color css
<style>
span { border-color: #3FDCC1; }
span { border-color: rgb(63,220,193); }
td.TdClassName
{
border-color: #3FDCC1;
}
.TagClassName
{
border-color: #3FDCC1;
}
</style>