Shades of Medium Turquoise #3CCDD9
Tints of Medium Turquoise #3CCDD9
RGB
CMYK
RGB Variations
Color information
#3CCDD9 (or 0x3CCDD9) is known color: Medium Turquoise. HEX triplet: 3C, CD and D9. RGB value is (60,205,217). Sum of RGB (Red+Green+Blue) = 60+205+217=482 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.45% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 217 - color contains mainly: blue. Hex color #3CCDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCDD9 is #C33226. Grayscale: #A2A2A2. Windows color (decimal): -12792359 or 14273852. OLE color: 14273852.
HSL color Cylindrical-coordinate representation of color #3CCDD9: hue angle of 184.59º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CCDD9 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 205 | 217 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.15 |
| HSL | 184.59º | 0.67% | 0.54% | - |
| HSV(B) | 184.59º | 0.72% | 0.85% | - |
| XYZ | 36.22 | 49.63 | 73.32 | - |
| YUV | 163.01 | 158.46 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 205 | 217 | 0.72 | 0.06 | 0 | 0.15 | 184.59 | 0.67 | 0.54 |
| Hex | 3C | CD | D9 | 48 | 6 | 0 | F | B9 | 43 | 36 |
| Octal | 74 | 315 | 331 | 110 | 6 | 0 | 17 | 271 | 103 | 66 |
| Binary | 111100 | 11001101 | 11011001 | 1001000 | 110 | 0 | 1111 | 10111001 | 1000011 | 110110 |
Color Harmonies of #3CCDD9
Complementary color
Monochromatic Colors of #3CCDD9
Black with #3CCDD9
Text Example
Text Example
White with #3CCDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCDD9; }
p { color: rgb(60,205,217); }
H1.HeaderClassName
{
color: #3CCDD9;
}
.AnyTagClassName
{
color: #3CCDD9;
}
</style>
background-color css
<style>
a { background-color: #3CCDD9; }
a { background-color: rgb(60,205,217); }
div.DivClassName
{
background-color: #3CCDD9;
}
.BgClassName
{
background-color: #3CCDD9;
}
</style>
border-color css
<style>
span { border-color: #3CCDD9; }
span { border-color: rgb(60,205,217); }
td.TdClassName
{
border-color: #3CCDD9;
}
.TagClassName
{
border-color: #3CCDD9;
}
</style>