Shades of Turquoise #3CDAC9
Tints of Turquoise #3CDAC9
RGB
CMYK
RGB Variations
Color information
#3CDAC9 (or 0x3CDAC9) is known color: Turquoise. HEX triplet: 3C, DA and C9. RGB value is (60,218,201). Sum of RGB (Red+Green+Blue) = 60+218+201=479 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.53% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDAC9 is #C32536. Grayscale: #A8A8A8. Windows color (decimal): -12789047 or 13228604. OLE color: 13228604.
HSL color Cylindrical-coordinate representation of color #3CDAC9: hue angle of 173.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CDAC9 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 201 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.15 |
| HSL | 173.54º | 0.68% | 0.55% | - |
| HSV(B) | 173.54º | 0.72% | 0.85% | - |
| XYZ | 37.48 | 55.32 | 63.96 | - |
| YUV | 168.82 | 146.15 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 201 | 0.72 | 0 | 0.08 | 0.15 | 173.54 | 0.68 | 0.55 |
| Hex | 3C | DA | C9 | 48 | 0 | 8 | F | AE | 44 | 37 |
| Octal | 74 | 332 | 311 | 110 | 0 | 10 | 17 | 256 | 104 | 67 |
| Binary | 111100 | 11011010 | 11001001 | 1001000 | 0 | 1000 | 1111 | 10101110 | 1000100 | 110111 |
Color Harmonies of #3CDAC9
Complementary color
Monochromatic Colors of #3CDAC9
Black with #3CDAC9
Text Example
Text Example
White with #3CDAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDAC9; }
p { color: rgb(60,218,201); }
H1.HeaderClassName
{
color: #3CDAC9;
}
.AnyTagClassName
{
color: #3CDAC9;
}
</style>
background-color css
<style>
a { background-color: #3CDAC9; }
a { background-color: rgb(60,218,201); }
div.DivClassName
{
background-color: #3CDAC9;
}
.BgClassName
{
background-color: #3CDAC9;
}
</style>
border-color css
<style>
span { border-color: #3CDAC9; }
span { border-color: rgb(60,218,201); }
td.TdClassName
{
border-color: #3CDAC9;
}
.TagClassName
{
border-color: #3CDAC9;
}
</style>