Shades of Turquoise #3FDECC
Tints of Turquoise #3FDECC
RGB
CMYK
RGB Variations
Color information
#3FDECC (or 0x3FDECC) is known color: Turquoise. HEX triplet: 3F, DE and CC. RGB value is (63,222,204). Sum of RGB (Red+Green+Blue) = 63+222+204=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 222 (87.11% from 255 or 45.40% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 222 - color contains mainly: green. Hex color #3FDECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDECC is #C02133. Grayscale: #ACACAC. Windows color (decimal): -12591412 or 13426239. OLE color: 13426239.
HSL color Cylindrical-coordinate representation of color #3FDECC: hue angle of 173.21º 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 #3FDECC is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 222 | 204 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.13 |
| HSL | 173.21º | 0.71% | 0.56% | - |
| HSV(B) | 173.21º | 0.72% | 0.87% | - |
| XYZ | 39.07 | 57.66 | 66.2 | - |
| YUV | 172.41 | 145.82 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 222 | 204 | 0.72 | 0 | 0.08 | 0.13 | 173.21 | 0.71 | 0.56 |
| Hex | 3F | DE | CC | 48 | 0 | 8 | D | AD | 47 | 38 |
| Octal | 77 | 336 | 314 | 110 | 0 | 10 | 15 | 255 | 107 | 70 |
| Binary | 111111 | 11011110 | 11001100 | 1001000 | 0 | 1000 | 1101 | 10101101 | 1000111 | 111000 |
Color Harmonies of #3FDECC
Complementary color
Monochromatic Colors of #3FDECC
Black with #3FDECC
Text Example
Text Example
White with #3FDECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDECC; }
p { color: rgb(63,222,204); }
H1.HeaderClassName
{
color: #3FDECC;
}
.AnyTagClassName
{
color: #3FDECC;
}
</style>
background-color css
<style>
a { background-color: #3FDECC; }
a { background-color: rgb(63,222,204); }
div.DivClassName
{
background-color: #3FDECC;
}
.BgClassName
{
background-color: #3FDECC;
}
</style>
border-color css
<style>
span { border-color: #3FDECC; }
span { border-color: rgb(63,222,204); }
td.TdClassName
{
border-color: #3FDECC;
}
.TagClassName
{
border-color: #3FDECC;
}
</style>