Shades of Turquoise #3CDFDA
Tints of Turquoise #3CDFDA
RGB
CMYK
RGB Variations
Color information
#3CDFDA (or 0x3CDFDA) is known color: Turquoise. HEX triplet: 3C, DF and DA. RGB value is (60,223,218). Sum of RGB (Red+Green+Blue) = 60+223+218=501 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.98% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDFDA is #C32025. Grayscale: #ADADAD. Windows color (decimal): -12787750 or 14343996. OLE color: 14343996.
HSL color Cylindrical-coordinate representation of color #3CDFDA: hue angle of 178.16º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDFDA is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 218 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.13 |
| HSL | 178.16º | 0.72% | 0.55% | - |
| HSV(B) | 178.16º | 0.73% | 0.87% | - |
| XYZ | 40.91 | 58.8 | 75.52 | - |
| YUV | 173.69 | 153 | 46.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 218 | 0.73 | 0 | 0.02 | 0.13 | 178.16 | 0.72 | 0.55 |
| Hex | 3C | DF | DA | 49 | 0 | 2 | D | B2 | 48 | 37 |
| Octal | 74 | 337 | 332 | 111 | 0 | 2 | 15 | 262 | 110 | 67 |
| Binary | 111100 | 11011111 | 11011010 | 1001001 | 0 | 10 | 1101 | 10110010 | 1001000 | 110111 |
Color Harmonies of #3CDFDA
Complementary color
Monochromatic Colors of #3CDFDA
Black with #3CDFDA
Text Example
Text Example
White with #3CDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDFDA; }
p { color: rgb(60,223,218); }
H1.HeaderClassName
{
color: #3CDFDA;
}
.AnyTagClassName
{
color: #3CDFDA;
}
</style>
background-color css
<style>
a { background-color: #3CDFDA; }
a { background-color: rgb(60,223,218); }
div.DivClassName
{
background-color: #3CDFDA;
}
.BgClassName
{
background-color: #3CDFDA;
}
</style>
border-color css
<style>
span { border-color: #3CDFDA; }
span { border-color: rgb(60,223,218); }
td.TdClassName
{
border-color: #3CDFDA;
}
.TagClassName
{
border-color: #3CDFDA;
}
</style>