Shades of Turquoise #3CEDCD
Tints of Turquoise #3CEDCD
RGB
CMYK
RGB Variations
Color information
#3CEDCD (or 0x3CEDCD) is known color: Turquoise. HEX triplet: 3C, ED and CD. RGB value is (60,237,205). Sum of RGB (Red+Green+Blue) = 60+237+205=502 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.95% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #3CEDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEDCD is #C31232. Grayscale: #B4B4B4. Windows color (decimal): -12784179 or 13495612. OLE color: 13495612.
HSL color Cylindrical-coordinate representation of color #3CEDCD: hue angle of 169.15º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEDCD is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 237 | 205 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.07 |
| HSL | 169.15º | 0.83% | 0.58% | - |
| HSV(B) | 169.15º | 0.75% | 0.93% | - |
| XYZ | 43.17 | 65.94 | 68.21 | - |
| YUV | 180.43 | 141.86 | 42.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 237 | 205 | 0.75 | 0 | 0.14 | 0.07 | 169.15 | 0.83 | 0.58 |
| Hex | 3C | ED | CD | 4B | 0 | E | 7 | A9 | 53 | 3A |
| Octal | 74 | 355 | 315 | 113 | 0 | 16 | 7 | 251 | 123 | 72 |
| Binary | 111100 | 11101101 | 11001101 | 1001011 | 0 | 1110 | 111 | 10101001 | 1010011 | 111010 |
Color Harmonies of #3CEDCD
Complementary color
Monochromatic Colors of #3CEDCD
Black with #3CEDCD
Text Example
Text Example
White with #3CEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEDCD; }
p { color: rgb(60,237,205); }
H1.HeaderClassName
{
color: #3CEDCD;
}
.AnyTagClassName
{
color: #3CEDCD;
}
</style>
background-color css
<style>
a { background-color: #3CEDCD; }
a { background-color: rgb(60,237,205); }
div.DivClassName
{
background-color: #3CEDCD;
}
.BgClassName
{
background-color: #3CEDCD;
}
</style>
border-color css
<style>
span { border-color: #3CEDCD; }
span { border-color: rgb(60,237,205); }
td.TdClassName
{
border-color: #3CEDCD;
}
.TagClassName
{
border-color: #3CEDCD;
}
</style>