Shades of Turquoise #3CE0C4
Tints of Turquoise #3CE0C4
RGB
CMYK
RGB Variations
Color information
#3CE0C4 (or 0x3CE0C4) is known color: Turquoise. HEX triplet: 3C, E0 and C4. RGB value is (60,224,196). Sum of RGB (Red+Green+Blue) = 60+224+196=480 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.5% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE0C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE0C4 is #C31F3B. Grayscale: #ABABAB. Windows color (decimal): -12787516 or 12902460. OLE color: 12902460.
HSL color Cylindrical-coordinate representation of color #3CE0C4: hue angle of 169.76º 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 #3CE0C4 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 224 | 196 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.12 |
| HSL | 169.76º | 0.73% | 0.56% | - |
| HSV(B) | 169.76º | 0.73% | 0.88% | - |
| XYZ | 38.48 | 58.26 | 61.44 | - |
| YUV | 171.77 | 141.67 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 196 | 0.73 | 0 | 0.12 | 0.12 | 169.76 | 0.73 | 0.56 |
| Hex | 3C | E0 | C4 | 49 | 0 | C | C | AA | 49 | 38 |
| Octal | 74 | 340 | 304 | 111 | 0 | 14 | 14 | 252 | 111 | 70 |
| Binary | 111100 | 11100000 | 11000100 | 1001001 | 0 | 1100 | 1100 | 10101010 | 1001001 | 111000 |
Color Harmonies of #3CE0C4
Complementary color
Monochromatic Colors of #3CE0C4
Black with #3CE0C4
Text Example
Text Example
White with #3CE0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE0C4; }
p { color: rgb(60,224,196); }
H1.HeaderClassName
{
color: #3CE0C4;
}
.AnyTagClassName
{
color: #3CE0C4;
}
</style>
background-color css
<style>
a { background-color: #3CE0C4; }
a { background-color: rgb(60,224,196); }
div.DivClassName
{
background-color: #3CE0C4;
}
.BgClassName
{
background-color: #3CE0C4;
}
</style>
border-color css
<style>
span { border-color: #3CE0C4; }
span { border-color: rgb(60,224,196); }
td.TdClassName
{
border-color: #3CE0C4;
}
.TagClassName
{
border-color: #3CE0C4;
}
</style>