Shades of Turquoise #3CDAC5
Tints of Turquoise #3CDAC5
RGB
CMYK
RGB Variations
Color information
#3CDAC5 (or 0x3CDAC5) is known color: Turquoise. HEX triplet: 3C, DA and C5. RGB value is (60,218,197). Sum of RGB (Red+Green+Blue) = 60+218+197=475 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.63% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDAC5 is #C3253A. Grayscale: #A8A8A8. Windows color (decimal): -12789051 or 12966460. OLE color: 12966460.
HSL color Cylindrical-coordinate representation of color #3CDAC5: hue angle of 172.03º 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 #3CDAC5 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 197 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.15 |
| HSL | 172.03º | 0.68% | 0.55% | - |
| HSV(B) | 172.03º | 0.72% | 0.85% | - |
| XYZ | 37.01 | 55.13 | 61.51 | - |
| YUV | 168.36 | 144.15 | 50.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 197 | 0.72 | 0 | 0.10 | 0.15 | 172.03 | 0.68 | 0.55 |
| Hex | 3C | DA | C5 | 48 | 0 | A | F | AC | 44 | 37 |
| Octal | 74 | 332 | 305 | 110 | 0 | 12 | 17 | 254 | 104 | 67 |
| Binary | 111100 | 11011010 | 11000101 | 1001000 | 0 | 1010 | 1111 | 10101100 | 1000100 | 110111 |
Color Harmonies of #3CDAC5
Complementary color
Monochromatic Colors of #3CDAC5
Black with #3CDAC5
Text Example
Text Example
White with #3CDAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDAC5; }
p { color: rgb(60,218,197); }
H1.HeaderClassName
{
color: #3CDAC5;
}
.AnyTagClassName
{
color: #3CDAC5;
}
</style>
background-color css
<style>
a { background-color: #3CDAC5; }
a { background-color: rgb(60,218,197); }
div.DivClassName
{
background-color: #3CDAC5;
}
.BgClassName
{
background-color: #3CDAC5;
}
</style>
border-color css
<style>
span { border-color: #3CDAC5; }
span { border-color: rgb(60,218,197); }
td.TdClassName
{
border-color: #3CDAC5;
}
.TagClassName
{
border-color: #3CDAC5;
}
</style>