Shades of Turquoise #3CDCC4
Tints of Turquoise #3CDCC4
RGB
CMYK
RGB Variations
Color information
#3CDCC4 (or 0x3CDCC4) is known color: Turquoise. HEX triplet: 3C, DC and C4. RGB value is (60,220,196). Sum of RGB (Red+Green+Blue) = 60+220+196=476 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.61% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDCC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDCC4 is #C3233B. Grayscale: #A9A9A9. Windows color (decimal): -12788540 or 12901436. OLE color: 12901436.
HSL color Cylindrical-coordinate representation of color #3CDCC4: hue angle of 171º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDCC4 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 196 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.14 |
| HSL | 171º | 0.7% | 0.55% | - |
| HSV(B) | 171º | 0.73% | 0.86% | - |
| XYZ | 37.42 | 56.13 | 61.09 | - |
| YUV | 169.42 | 142.99 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 196 | 0.73 | 0 | 0.11 | 0.14 | 171 | 0.7 | 0.55 |
| Hex | 3C | DC | C4 | 49 | 0 | B | E | AB | 46 | 37 |
| Octal | 74 | 334 | 304 | 111 | 0 | 13 | 16 | 253 | 106 | 67 |
| Binary | 111100 | 11011100 | 11000100 | 1001001 | 0 | 1011 | 1110 | 10101011 | 1000110 | 110111 |
Color Harmonies of #3CDCC4
Complementary color
Monochromatic Colors of #3CDCC4
Black with #3CDCC4
Text Example
Text Example
White with #3CDCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDCC4; }
p { color: rgb(60,220,196); }
H1.HeaderClassName
{
color: #3CDCC4;
}
.AnyTagClassName
{
color: #3CDCC4;
}
</style>
background-color css
<style>
a { background-color: #3CDCC4; }
a { background-color: rgb(60,220,196); }
div.DivClassName
{
background-color: #3CDCC4;
}
.BgClassName
{
background-color: #3CDCC4;
}
</style>
border-color css
<style>
span { border-color: #3CDCC4; }
span { border-color: rgb(60,220,196); }
td.TdClassName
{
border-color: #3CDCC4;
}
.TagClassName
{
border-color: #3CDCC4;
}
</style>