Shades of Medium Turquoise #3CCADD
Tints of Medium Turquoise #3CCADD
RGB
CMYK
RGB Variations
Color information
#3CCADD (or 0x3CCADD) is known color: Medium Turquoise. HEX triplet: 3C, CA and DD. RGB value is (60,202,221). Sum of RGB (Red+Green+Blue) = 60+202+221=483 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.42% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #3CCADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCADD is #C33522. Grayscale: #A1A1A1. Windows color (decimal): -12793123 or 14535228. OLE color: 14535228.
HSL color Cylindrical-coordinate representation of color #3CCADD: hue angle of 187.08º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CCADD is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 202 | 221 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.13 |
| HSL | 187.08º | 0.7% | 0.55% | - |
| HSV(B) | 187.08º | 0.73% | 0.87% | - |
| XYZ | 36.04 | 48.42 | 75.85 | - |
| YUV | 161.71 | 161.46 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 221 | 0.73 | 0.09 | 0 | 0.13 | 187.08 | 0.7 | 0.55 |
| Hex | 3C | CA | DD | 49 | 9 | 0 | D | BB | 46 | 37 |
| Octal | 74 | 312 | 335 | 111 | 11 | 0 | 15 | 273 | 106 | 67 |
| Binary | 111100 | 11001010 | 11011101 | 1001001 | 1001 | 0 | 1101 | 10111011 | 1000110 | 110111 |
Color Harmonies of #3CCADD
Complementary color
Monochromatic Colors of #3CCADD
Black with #3CCADD
Text Example
Text Example
White with #3CCADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCADD; }
p { color: rgb(60,202,221); }
H1.HeaderClassName
{
color: #3CCADD;
}
.AnyTagClassName
{
color: #3CCADD;
}
</style>
background-color css
<style>
a { background-color: #3CCADD; }
a { background-color: rgb(60,202,221); }
div.DivClassName
{
background-color: #3CCADD;
}
.BgClassName
{
background-color: #3CCADD;
}
</style>
border-color css
<style>
span { border-color: #3CCADD; }
span { border-color: rgb(60,202,221); }
td.TdClassName
{
border-color: #3CCADD;
}
.TagClassName
{
border-color: #3CCADD;
}
</style>