Shades of Turquoise #3FDCDA
Tints of Turquoise #3FDCDA
RGB
CMYK
RGB Variations
Color information
#3FDCDA (or 0x3FDCDA) is known color: Turquoise. HEX triplet: 3F, DC and DA. RGB value is (63,220,218). Sum of RGB (Red+Green+Blue) = 63+220+218=501 (66% of max value = 765). Red value is 63 (25% from 255 or 12.57% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCDA is #C02325. Grayscale: #ACACAC. Windows color (decimal): -12591910 or 14343231. OLE color: 14343231.
HSL color Cylindrical-coordinate representation of color #3FDCDA: hue angle of 179.24º 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 #3FDCDA is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 218 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.14 |
| HSL | 179.24º | 0.69% | 0.55% | - |
| HSV(B) | 179.24º | 0.71% | 0.86% | - |
| XYZ | 40.3 | 57.31 | 75.27 | - |
| YUV | 172.83 | 153.49 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 218 | 0.71 | 0 | 0.01 | 0.14 | 179.24 | 0.69 | 0.55 |
| Hex | 3F | DC | DA | 47 | 0 | 1 | E | B3 | 45 | 37 |
| Octal | 77 | 334 | 332 | 107 | 0 | 1 | 16 | 263 | 105 | 67 |
| Binary | 111111 | 11011100 | 11011010 | 1000111 | 0 | 1 | 1110 | 10110011 | 1000101 | 110111 |
Color Harmonies of #3FDCDA
Complementary color
Monochromatic Colors of #3FDCDA
Black with #3FDCDA
Text Example
Text Example
White with #3FDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDCDA; }
p { color: rgb(63,220,218); }
H1.HeaderClassName
{
color: #3FDCDA;
}
.AnyTagClassName
{
color: #3FDCDA;
}
</style>
background-color css
<style>
a { background-color: #3FDCDA; }
a { background-color: rgb(63,220,218); }
div.DivClassName
{
background-color: #3FDCDA;
}
.BgClassName
{
background-color: #3FDCDA;
}
</style>
border-color css
<style>
span { border-color: #3FDCDA; }
span { border-color: rgb(63,220,218); }
td.TdClassName
{
border-color: #3FDCDA;
}
.TagClassName
{
border-color: #3FDCDA;
}
</style>