Shades of Turquoise #3CE0C2
Tints of Turquoise #3CE0C2
RGB
CMYK
RGB Variations
Color information
#3CE0C2 (or 0x3CE0C2) is known color: Turquoise. HEX triplet: 3C, E0 and C2. RGB value is (60,224,194). Sum of RGB (Red+Green+Blue) = 60+224+194=478 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.55% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE0C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE0C2 is #C31F3D. Grayscale: #ABABAB. Windows color (decimal): -12787518 or 12771388. OLE color: 12771388.
HSL color Cylindrical-coordinate representation of color #3CE0C2: hue angle of 169.02º 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 #3CE0C2 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 224 | 194 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.12 |
| HSL | 169.02º | 0.73% | 0.56% | - |
| HSV(B) | 169.02º | 0.73% | 0.88% | - |
| XYZ | 38.26 | 58.17 | 60.25 | - |
| YUV | 171.54 | 140.67 | 48.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 194 | 0.73 | 0 | 0.13 | 0.12 | 169.02 | 0.73 | 0.56 |
| Hex | 3C | E0 | C2 | 49 | 0 | D | C | A9 | 49 | 38 |
| Octal | 74 | 340 | 302 | 111 | 0 | 15 | 14 | 251 | 111 | 70 |
| Binary | 111100 | 11100000 | 11000010 | 1001001 | 0 | 1101 | 1100 | 10101001 | 1001001 | 111000 |
Color Harmonies of #3CE0C2
Complementary color
Monochromatic Colors of #3CE0C2
Black with #3CE0C2
Text Example
Text Example
White with #3CE0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE0C2; }
p { color: rgb(60,224,194); }
H1.HeaderClassName
{
color: #3CE0C2;
}
.AnyTagClassName
{
color: #3CE0C2;
}
</style>
background-color css
<style>
a { background-color: #3CE0C2; }
a { background-color: rgb(60,224,194); }
div.DivClassName
{
background-color: #3CE0C2;
}
.BgClassName
{
background-color: #3CE0C2;
}
</style>
border-color css
<style>
span { border-color: #3CE0C2; }
span { border-color: rgb(60,224,194); }
td.TdClassName
{
border-color: #3CE0C2;
}
.TagClassName
{
border-color: #3CE0C2;
}
</style>