Shades of Medium Turquoise #3CCED7
Tints of Medium Turquoise #3CCED7
RGB
CMYK
RGB Variations
Color information
#3CCED7 (or 0x3CCED7) is known color: Medium Turquoise. HEX triplet: 3C, CE and D7. RGB value is (60,206,215). Sum of RGB (Red+Green+Blue) = 60+206+215=481 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.47% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 215 - color contains mainly: blue. Hex color #3CCED7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCED7 is #C33128. Grayscale: #A3A3A3. Windows color (decimal): -12792105 or 14143036. OLE color: 14143036.
HSL color Cylindrical-coordinate representation of color #3CCED7: hue angle of 183.48º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CCED7 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 206 | 215 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.16 |
| HSL | 183.48º | 0.66% | 0.54% | - |
| HSV(B) | 183.48º | 0.72% | 0.84% | - |
| XYZ | 36.2 | 50.01 | 72.03 | - |
| YUV | 163.37 | 157.13 | 54.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 206 | 215 | 0.72 | 0.04 | 0 | 0.16 | 183.48 | 0.66 | 0.54 |
| Hex | 3C | CE | D7 | 48 | 4 | 0 | 10 | B7 | 42 | 36 |
| Octal | 74 | 316 | 327 | 110 | 4 | 0 | 20 | 267 | 102 | 66 |
| Binary | 111100 | 11001110 | 11010111 | 1001000 | 100 | 0 | 10000 | 10110111 | 1000010 | 110110 |
Color Harmonies of #3CCED7
Complementary color
Monochromatic Colors of #3CCED7
Black with #3CCED7
Text Example
Text Example
White with #3CCED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCED7; }
p { color: rgb(60,206,215); }
H1.HeaderClassName
{
color: #3CCED7;
}
.AnyTagClassName
{
color: #3CCED7;
}
</style>
background-color css
<style>
a { background-color: #3CCED7; }
a { background-color: rgb(60,206,215); }
div.DivClassName
{
background-color: #3CCED7;
}
.BgClassName
{
background-color: #3CCED7;
}
</style>
border-color css
<style>
span { border-color: #3CCED7; }
span { border-color: rgb(60,206,215); }
td.TdClassName
{
border-color: #3CCED7;
}
.TagClassName
{
border-color: #3CCED7;
}
</style>