Shades of Medium Turquoise #3CCCDF
Tints of Medium Turquoise #3CCCDF
RGB
CMYK
RGB Variations
Color information
#3CCCDF (or 0x3CCCDF) is known color: Medium Turquoise. HEX triplet: 3C, CC and DF. RGB value is (60,204,223). Sum of RGB (Red+Green+Blue) = 60+204+223=487 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.32% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #3CCCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCCDF is #C33320. Grayscale: #A2A2A2. Windows color (decimal): -12792609 or 14666812. OLE color: 14666812.
HSL color Cylindrical-coordinate representation of color #3CCCDF: hue angle of 186.99º degrees, saturation: 0.72, 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 #3CCCDF is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 204 | 223 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.13 |
| HSL | 186.99º | 0.72% | 0.55% | - |
| HSV(B) | 186.99º | 0.73% | 0.87% | - |
| XYZ | 36.78 | 49.47 | 77.42 | - |
| YUV | 163.11 | 161.79 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 223 | 0.73 | 0.09 | 0 | 0.13 | 186.99 | 0.72 | 0.55 |
| Hex | 3C | CC | DF | 49 | 9 | 0 | D | BB | 48 | 37 |
| Octal | 74 | 314 | 337 | 111 | 11 | 0 | 15 | 273 | 110 | 67 |
| Binary | 111100 | 11001100 | 11011111 | 1001001 | 1001 | 0 | 1101 | 10111011 | 1001000 | 110111 |
Color Harmonies of #3CCCDF
Complementary color
Monochromatic Colors of #3CCCDF
Black with #3CCCDF
Text Example
Text Example
White with #3CCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCCDF; }
p { color: rgb(60,204,223); }
H1.HeaderClassName
{
color: #3CCCDF;
}
.AnyTagClassName
{
color: #3CCCDF;
}
</style>
background-color css
<style>
a { background-color: #3CCCDF; }
a { background-color: rgb(60,204,223); }
div.DivClassName
{
background-color: #3CCCDF;
}
.BgClassName
{
background-color: #3CCCDF;
}
</style>
border-color css
<style>
span { border-color: #3CCCDF; }
span { border-color: rgb(60,204,223); }
td.TdClassName
{
border-color: #3CCCDF;
}
.TagClassName
{
border-color: #3CCCDF;
}
</style>