Shades of Turquoise #3FDFCC
Tints of Turquoise #3FDFCC
RGB
CMYK
RGB Variations
Color information
#3FDFCC (or 0x3FDFCC) is known color: Turquoise. HEX triplet: 3F, DF and CC. RGB value is (63,223,204). Sum of RGB (Red+Green+Blue) = 63+223+204=490 (64% of max value = 765). Red value is 63 (25% from 255 or 12.86% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFCC is #C02033. Grayscale: #ACACAC. Windows color (decimal): -12591156 or 13426495. OLE color: 13426495.
HSL color Cylindrical-coordinate representation of color #3FDFCC: hue angle of 172.88º 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 #3FDFCC is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 204 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.13 |
| HSL | 172.88º | 0.71% | 0.56% | - |
| HSV(B) | 172.88º | 0.72% | 0.87% | - |
| XYZ | 39.34 | 58.19 | 66.29 | - |
| YUV | 172.99 | 145.49 | 49.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 204 | 0.72 | 0 | 0.09 | 0.13 | 172.88 | 0.71 | 0.56 |
| Hex | 3F | DF | CC | 48 | 0 | 9 | D | AD | 47 | 38 |
| Octal | 77 | 337 | 314 | 110 | 0 | 11 | 15 | 255 | 107 | 70 |
| Binary | 111111 | 11011111 | 11001100 | 1001000 | 0 | 1001 | 1101 | 10101101 | 1000111 | 111000 |
Color Harmonies of #3FDFCC
Complementary color
Monochromatic Colors of #3FDFCC
Black with #3FDFCC
Text Example
Text Example
White with #3FDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFCC; }
p { color: rgb(63,223,204); }
H1.HeaderClassName
{
color: #3FDFCC;
}
.AnyTagClassName
{
color: #3FDFCC;
}
</style>
background-color css
<style>
a { background-color: #3FDFCC; }
a { background-color: rgb(63,223,204); }
div.DivClassName
{
background-color: #3FDFCC;
}
.BgClassName
{
background-color: #3FDFCC;
}
</style>
border-color css
<style>
span { border-color: #3FDFCC; }
span { border-color: rgb(63,223,204); }
td.TdClassName
{
border-color: #3FDFCC;
}
.TagClassName
{
border-color: #3FDFCC;
}
</style>