Shades of Medium Turquoise #3CD0E5
Tints of Medium Turquoise #3CD0E5
RGB
CMYK
RGB Variations
Color information
#3CD0E5 (or 0x3CD0E5) is known color: Medium Turquoise. HEX triplet: 3C, D0 and E5. RGB value is (60,208,229). Sum of RGB (Red+Green+Blue) = 60+208+229=497 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.07% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #3CD0E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD0E5 is #C32F1A. Grayscale: #A5A5A5. Windows color (decimal): -12791579 or 15061052. OLE color: 15061052.
HSL color Cylindrical-coordinate representation of color #3CD0E5: hue angle of 187.46º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CD0E5 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 208 | 229 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.10 |
| HSL | 187.46º | 0.76% | 0.57% | - |
| HSV(B) | 187.46º | 0.74% | 0.9% | - |
| XYZ | 38.56 | 51.73 | 82.08 | - |
| YUV | 166.14 | 163.47 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 208 | 229 | 0.74 | 0.09 | 0 | 0.10 | 187.46 | 0.76 | 0.57 |
| Hex | 3C | D0 | E5 | 4A | 9 | 0 | A | BB | 4C | 39 |
| Octal | 74 | 320 | 345 | 112 | 11 | 0 | 12 | 273 | 114 | 71 |
| Binary | 111100 | 11010000 | 11100101 | 1001010 | 1001 | 0 | 1010 | 10111011 | 1001100 | 111001 |
Color Harmonies of #3CD0E5
Complementary color
Monochromatic Colors of #3CD0E5
Black with #3CD0E5
Text Example
Text Example
White with #3CD0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD0E5; }
p { color: rgb(60,208,229); }
H1.HeaderClassName
{
color: #3CD0E5;
}
.AnyTagClassName
{
color: #3CD0E5;
}
</style>
background-color css
<style>
a { background-color: #3CD0E5; }
a { background-color: rgb(60,208,229); }
div.DivClassName
{
background-color: #3CD0E5;
}
.BgClassName
{
background-color: #3CD0E5;
}
</style>
border-color css
<style>
span { border-color: #3CD0E5; }
span { border-color: rgb(60,208,229); }
td.TdClassName
{
border-color: #3CD0E5;
}
.TagClassName
{
border-color: #3CD0E5;
}
</style>