Shades of Medium Turquoise #3CCFDC
Tints of Medium Turquoise #3CCFDC
RGB
CMYK
RGB Variations
Color information
#3CCFDC (or 0x3CCFDC) is known color: Medium Turquoise. HEX triplet: 3C, CF and DC. RGB value is (60,207,220). Sum of RGB (Red+Green+Blue) = 60+207+220=487 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.32% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #3CCFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCFDC is #C33023. Grayscale: #A4A4A4. Windows color (decimal): -12791844 or 14470972. OLE color: 14470972.
HSL color Cylindrical-coordinate representation of color #3CCFDC: hue angle of 184.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CCFDC is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 207 | 220 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.14 |
| HSL | 184.88º | 0.7% | 0.55% | - |
| HSV(B) | 184.88º | 0.73% | 0.86% | - |
| XYZ | 37.09 | 50.75 | 75.55 | - |
| YUV | 164.53 | 159.3 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 220 | 0.73 | 0.06 | 0 | 0.14 | 184.88 | 0.7 | 0.55 |
| Hex | 3C | CF | DC | 49 | 6 | 0 | E | B9 | 46 | 37 |
| Octal | 74 | 317 | 334 | 111 | 6 | 0 | 16 | 271 | 106 | 67 |
| Binary | 111100 | 11001111 | 11011100 | 1001001 | 110 | 0 | 1110 | 10111001 | 1000110 | 110111 |
Color Harmonies of #3CCFDC
Complementary color
Monochromatic Colors of #3CCFDC
Black with #3CCFDC
Text Example
Text Example
White with #3CCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCFDC; }
p { color: rgb(60,207,220); }
H1.HeaderClassName
{
color: #3CCFDC;
}
.AnyTagClassName
{
color: #3CCFDC;
}
</style>
background-color css
<style>
a { background-color: #3CCFDC; }
a { background-color: rgb(60,207,220); }
div.DivClassName
{
background-color: #3CCFDC;
}
.BgClassName
{
background-color: #3CCFDC;
}
</style>
border-color css
<style>
span { border-color: #3CCFDC; }
span { border-color: rgb(60,207,220); }
td.TdClassName
{
border-color: #3CCFDC;
}
.TagClassName
{
border-color: #3CCFDC;
}
</style>