Shades of Turquoise #3FDFDA
Tints of Turquoise #3FDFDA
RGB
CMYK
RGB Variations
Color information
#3FDFDA (or 0x3FDFDA) is known color: Turquoise. HEX triplet: 3F, DF and DA. RGB value is (63,223,218). Sum of RGB (Red+Green+Blue) = 63+223+218=504 (66% of max value = 765). Red value is 63 (25% from 255 or 12.5% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFDA is #C02025. Grayscale: #AEAEAE. Windows color (decimal): -12591142 or 14343999. OLE color: 14343999.
HSL color Cylindrical-coordinate representation of color #3FDFDA: hue angle of 178.12º 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 #3FDFDA is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 218 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.13 |
| HSL | 178.13º | 0.71% | 0.56% | - |
| HSV(B) | 178.13º | 0.72% | 0.87% | - |
| XYZ | 41.09 | 58.89 | 75.53 | - |
| YUV | 174.59 | 152.49 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 218 | 0.72 | 0 | 0.02 | 0.13 | 178.13 | 0.71 | 0.56 |
| Hex | 3F | DF | DA | 48 | 0 | 2 | D | B2 | 47 | 38 |
| Octal | 77 | 337 | 332 | 110 | 0 | 2 | 15 | 262 | 107 | 70 |
| Binary | 111111 | 11011111 | 11011010 | 1001000 | 0 | 10 | 1101 | 10110010 | 1000111 | 111000 |
Color Harmonies of #3FDFDA
Complementary color
Monochromatic Colors of #3FDFDA
Black with #3FDFDA
Text Example
Text Example
White with #3FDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDFDA; }
p { color: rgb(63,223,218); }
H1.HeaderClassName
{
color: #3FDFDA;
}
.AnyTagClassName
{
color: #3FDFDA;
}
</style>
background-color css
<style>
a { background-color: #3FDFDA; }
a { background-color: rgb(63,223,218); }
div.DivClassName
{
background-color: #3FDFDA;
}
.BgClassName
{
background-color: #3FDFDA;
}
</style>
border-color css
<style>
span { border-color: #3FDFDA; }
span { border-color: rgb(63,223,218); }
td.TdClassName
{
border-color: #3FDFDA;
}
.TagClassName
{
border-color: #3FDFDA;
}
</style>