Shades of Turquoise #3CE1DC
Tints of Turquoise #3CE1DC
RGB
CMYK
RGB Variations
Color information
#3CE1DC (or 0x3CE1DC) is known color: Turquoise. HEX triplet: 3C, E1 and DC. RGB value is (60,225,220). Sum of RGB (Red+Green+Blue) = 60+225+220=505 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.88% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE1DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE1DC is #C31E23. Grayscale: #AEAEAE. Windows color (decimal): -12787236 or 14475580. OLE color: 14475580.
HSL color Cylindrical-coordinate representation of color #3CE1DC: hue angle of 178.18º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE1DC is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 225 | 220 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.12 |
| HSL | 178.18º | 0.73% | 0.56% | - |
| HSV(B) | 178.18º | 0.73% | 0.88% | - |
| XYZ | 41.71 | 59.98 | 77.09 | - |
| YUV | 175.1 | 153.34 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 225 | 220 | 0.73 | 0 | 0.02 | 0.12 | 178.18 | 0.73 | 0.56 |
| Hex | 3C | E1 | DC | 49 | 0 | 2 | C | B2 | 49 | 38 |
| Octal | 74 | 341 | 334 | 111 | 0 | 2 | 14 | 262 | 111 | 70 |
| Binary | 111100 | 11100001 | 11011100 | 1001001 | 0 | 10 | 1100 | 10110010 | 1001001 | 111000 |
Color Harmonies of #3CE1DC
Complementary color
Monochromatic Colors of #3CE1DC
Black with #3CE1DC
Text Example
Text Example
White with #3CE1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE1DC; }
p { color: rgb(60,225,220); }
H1.HeaderClassName
{
color: #3CE1DC;
}
.AnyTagClassName
{
color: #3CE1DC;
}
</style>
background-color css
<style>
a { background-color: #3CE1DC; }
a { background-color: rgb(60,225,220); }
div.DivClassName
{
background-color: #3CE1DC;
}
.BgClassName
{
background-color: #3CE1DC;
}
</style>
border-color css
<style>
span { border-color: #3CE1DC; }
span { border-color: rgb(60,225,220); }
td.TdClassName
{
border-color: #3CE1DC;
}
.TagClassName
{
border-color: #3CE1DC;
}
</style>