Shades of Turquoise #3CEDCC
Tints of Turquoise #3CEDCC
RGB
CMYK
RGB Variations
Color information
#3CEDCC (or 0x3CEDCC) is known color: Turquoise. HEX triplet: 3C, ED and CC. RGB value is (60,237,204). Sum of RGB (Red+Green+Blue) = 60+237+204=501 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.98% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #3CEDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEDCC is #C31233. Grayscale: #B4B4B4. Windows color (decimal): -12784180 or 13430076. OLE color: 13430076.
HSL color Cylindrical-coordinate representation of color #3CEDCC: hue angle of 168.81º 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 #3CEDCC is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 237 | 204 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.07 |
| HSL | 168.81º | 0.83% | 0.58% | - |
| HSV(B) | 168.81º | 0.75% | 0.93% | - |
| XYZ | 43.05 | 65.89 | 67.58 | - |
| YUV | 180.32 | 141.36 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 237 | 204 | 0.75 | 0 | 0.14 | 0.07 | 168.81 | 0.83 | 0.58 |
| Hex | 3C | ED | CC | 4B | 0 | E | 7 | A9 | 53 | 3A |
| Octal | 74 | 355 | 314 | 113 | 0 | 16 | 7 | 251 | 123 | 72 |
| Binary | 111100 | 11101101 | 11001100 | 1001011 | 0 | 1110 | 111 | 10101001 | 1010011 | 111010 |
Color Harmonies of #3CEDCC
Complementary color
Monochromatic Colors of #3CEDCC
Black with #3CEDCC
Text Example
Text Example
White with #3CEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEDCC; }
p { color: rgb(60,237,204); }
H1.HeaderClassName
{
color: #3CEDCC;
}
.AnyTagClassName
{
color: #3CEDCC;
}
</style>
background-color css
<style>
a { background-color: #3CEDCC; }
a { background-color: rgb(60,237,204); }
div.DivClassName
{
background-color: #3CEDCC;
}
.BgClassName
{
background-color: #3CEDCC;
}
</style>
border-color css
<style>
span { border-color: #3CEDCC; }
span { border-color: rgb(60,237,204); }
td.TdClassName
{
border-color: #3CEDCC;
}
.TagClassName
{
border-color: #3CEDCC;
}
</style>