Shades of Turquoise #3CE7CD
Tints of Turquoise #3CE7CD
RGB
CMYK
RGB Variations
Color information
#3CE7CD (or 0x3CE7CD) is known color: Turquoise. HEX triplet: 3C, E7 and CD. RGB value is (60,231,205). Sum of RGB (Red+Green+Blue) = 60+231+205=496 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.10% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE7CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CE7CD is #C31832. Grayscale: #B0B0B0. Windows color (decimal): -12785715 or 13494076. OLE color: 13494076.
HSL color Cylindrical-coordinate representation of color #3CE7CD: hue angle of 170.88º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE7CD is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 231 | 205 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.09 |
| HSL | 170.88º | 0.78% | 0.57% | - |
| HSV(B) | 170.88º | 0.74% | 0.91% | - |
| XYZ | 41.46 | 62.52 | 67.64 | - |
| YUV | 176.91 | 143.85 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 231 | 205 | 0.74 | 0 | 0.11 | 0.09 | 170.88 | 0.78 | 0.57 |
| Hex | 3C | E7 | CD | 4A | 0 | B | 9 | AB | 4E | 39 |
| Octal | 74 | 347 | 315 | 112 | 0 | 13 | 11 | 253 | 116 | 71 |
| Binary | 111100 | 11100111 | 11001101 | 1001010 | 0 | 1011 | 1001 | 10101011 | 1001110 | 111001 |
Color Harmonies of #3CE7CD
Complementary color
Monochromatic Colors of #3CE7CD
Black with #3CE7CD
Text Example
Text Example
White with #3CE7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE7CD; }
p { color: rgb(60,231,205); }
H1.HeaderClassName
{
color: #3CE7CD;
}
.AnyTagClassName
{
color: #3CE7CD;
}
</style>
background-color css
<style>
a { background-color: #3CE7CD; }
a { background-color: rgb(60,231,205); }
div.DivClassName
{
background-color: #3CE7CD;
}
.BgClassName
{
background-color: #3CE7CD;
}
</style>
border-color css
<style>
span { border-color: #3CE7CD; }
span { border-color: rgb(60,231,205); }
td.TdClassName
{
border-color: #3CE7CD;
}
.TagClassName
{
border-color: #3CE7CD;
}
</style>