Shades of Turquoise #3CDAC1
Tints of Turquoise #3CDAC1
RGB
CMYK
RGB Variations
Color information
#3CDAC1 (or 0x3CDAC1) is known color: Turquoise. HEX triplet: 3C, DA and C1. RGB value is (60,218,193). Sum of RGB (Red+Green+Blue) = 60+218+193=471 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.74% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDAC1 is #C3253E. Grayscale: #A7A7A7. Windows color (decimal): -12789055 or 12704316. OLE color: 12704316.
HSL color Cylindrical-coordinate representation of color #3CDAC1: hue angle of 170.51º 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 #3CDAC1 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 193 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.15 |
| HSL | 170.51º | 0.68% | 0.55% | - |
| HSV(B) | 170.51º | 0.72% | 0.85% | - |
| XYZ | 36.56 | 54.95 | 59.13 | - |
| YUV | 167.91 | 142.15 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 193 | 0.72 | 0 | 0.11 | 0.15 | 170.51 | 0.68 | 0.55 |
| Hex | 3C | DA | C1 | 48 | 0 | B | F | AB | 44 | 37 |
| Octal | 74 | 332 | 301 | 110 | 0 | 13 | 17 | 253 | 104 | 67 |
| Binary | 111100 | 11011010 | 11000001 | 1001000 | 0 | 1011 | 1111 | 10101011 | 1000100 | 110111 |
Color Harmonies of #3CDAC1
Complementary color
Monochromatic Colors of #3CDAC1
Black with #3CDAC1
Text Example
Text Example
White with #3CDAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDAC1; }
p { color: rgb(60,218,193); }
H1.HeaderClassName
{
color: #3CDAC1;
}
.AnyTagClassName
{
color: #3CDAC1;
}
</style>
background-color css
<style>
a { background-color: #3CDAC1; }
a { background-color: rgb(60,218,193); }
div.DivClassName
{
background-color: #3CDAC1;
}
.BgClassName
{
background-color: #3CDAC1;
}
</style>
border-color css
<style>
span { border-color: #3CDAC1; }
span { border-color: rgb(60,218,193); }
td.TdClassName
{
border-color: #3CDAC1;
}
.TagClassName
{
border-color: #3CDAC1;
}
</style>