Shades of Turquoise #3CDAB4
Tints of Turquoise #3CDAB4
RGB
CMYK
RGB Variations
Color information
#3CDAB4 (or 0x3CDAB4) is known color: Turquoise. HEX triplet: 3C, DA and B4. RGB value is (60,218,180). Sum of RGB (Red+Green+Blue) = 60+218+180=458 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.10% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDAB4 is #C3254B. Grayscale: #A6A6A6. Windows color (decimal): -12789068 or 11852348. OLE color: 11852348.
HSL color Cylindrical-coordinate representation of color #3CDAB4: hue angle of 165.57º 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 #3CDAB4 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 180 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.15 |
| HSL | 165.57º | 0.68% | 0.55% | - |
| HSV(B) | 165.57º | 0.72% | 0.85% | - |
| XYZ | 35.17 | 54.4 | 51.83 | - |
| YUV | 166.43 | 135.65 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 180 | 0.72 | 0 | 0.17 | 0.15 | 165.57 | 0.68 | 0.55 |
| Hex | 3C | DA | B4 | 48 | 0 | 11 | F | A6 | 44 | 37 |
| Octal | 74 | 332 | 264 | 110 | 0 | 21 | 17 | 246 | 104 | 67 |
| Binary | 111100 | 11011010 | 10110100 | 1001000 | 0 | 10001 | 1111 | 10100110 | 1000100 | 110111 |
Color Harmonies of #3CDAB4
Complementary color
Monochromatic Colors of #3CDAB4
Black with #3CDAB4
Text Example
Text Example
White with #3CDAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDAB4; }
p { color: rgb(60,218,180); }
H1.HeaderClassName
{
color: #3CDAB4;
}
.AnyTagClassName
{
color: #3CDAB4;
}
</style>
background-color css
<style>
a { background-color: #3CDAB4; }
a { background-color: rgb(60,218,180); }
div.DivClassName
{
background-color: #3CDAB4;
}
.BgClassName
{
background-color: #3CDAB4;
}
</style>
border-color css
<style>
span { border-color: #3CDAB4; }
span { border-color: rgb(60,218,180); }
td.TdClassName
{
border-color: #3CDAB4;
}
.TagClassName
{
border-color: #3CDAB4;
}
</style>