Shades of Turquoise #3CE3CD
Tints of Turquoise #3CE3CD
RGB
CMYK
RGB Variations
Color information
#3CE3CD (or 0x3CE3CD) is known color: Turquoise. HEX triplet: 3C, E3 and CD. RGB value is (60,227,205). Sum of RGB (Red+Green+Blue) = 60+227+205=492 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.20% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE3CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE3CD is #C31C32. Grayscale: #AEAEAE. Windows color (decimal): -12786739 or 13493052. OLE color: 13493052.
HSL color Cylindrical-coordinate representation of color #3CE3CD: hue angle of 172.1º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE3CD is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 227 | 205 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.11 |
| HSL | 172.1º | 0.75% | 0.56% | - |
| HSV(B) | 172.1º | 0.74% | 0.89% | - |
| XYZ | 40.35 | 60.31 | 67.27 | - |
| YUV | 174.56 | 145.17 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 205 | 0.74 | 0 | 0.10 | 0.11 | 172.1 | 0.75 | 0.56 |
| Hex | 3C | E3 | CD | 4A | 0 | A | B | AC | 4B | 38 |
| Octal | 74 | 343 | 315 | 112 | 0 | 12 | 13 | 254 | 113 | 70 |
| Binary | 111100 | 11100011 | 11001101 | 1001010 | 0 | 1010 | 1011 | 10101100 | 1001011 | 111000 |
Color Harmonies of #3CE3CD
Complementary color
Monochromatic Colors of #3CE3CD
Black with #3CE3CD
Text Example
Text Example
White with #3CE3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE3CD; }
p { color: rgb(60,227,205); }
H1.HeaderClassName
{
color: #3CE3CD;
}
.AnyTagClassName
{
color: #3CE3CD;
}
</style>
background-color css
<style>
a { background-color: #3CE3CD; }
a { background-color: rgb(60,227,205); }
div.DivClassName
{
background-color: #3CE3CD;
}
.BgClassName
{
background-color: #3CE3CD;
}
</style>
border-color css
<style>
span { border-color: #3CE3CD; }
span { border-color: rgb(60,227,205); }
td.TdClassName
{
border-color: #3CE3CD;
}
.TagClassName
{
border-color: #3CE3CD;
}
</style>