Shades of Medium Turquoise #3CCCBF
Tints of Medium Turquoise #3CCCBF
RGB
CMYK
RGB Variations
Color information
#3CCCBF (or 0x3CCCBF) is known color: Medium Turquoise. HEX triplet: 3C, CC and BF. RGB value is (60,204,191). Sum of RGB (Red+Green+Blue) = 60+204+191=455 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.19% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCCBF is #C33340. Grayscale: #9F9F9F. Windows color (decimal): -12792641 or 12569660. OLE color: 12569660.
HSL color Cylindrical-coordinate representation of color #3CCCBF: hue angle of 174.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCCBF is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 204 | 191 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.2 |
| HSL | 174.58º | 0.59% | 0.52% | - |
| HSV(B) | 174.58º | 0.71% | 0.8% | - |
| XYZ | 32.86 | 47.91 | 56.81 | - |
| YUV | 159.46 | 145.79 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 191 | 0.71 | 0 | 0.06 | 0.2 | 174.58 | 0.59 | 0.52 |
| Hex | 3C | CC | BF | 47 | 0 | 6 | 14 | AF | 3B | 34 |
| Octal | 74 | 314 | 277 | 107 | 0 | 6 | 24 | 257 | 73 | 64 |
| Binary | 111100 | 11001100 | 10111111 | 1000111 | 0 | 110 | 10100 | 10101111 | 111011 | 110100 |
Color Harmonies of #3CCCBF
Complementary color
Monochromatic Colors of #3CCCBF
Black with #3CCCBF
Text Example
Text Example
White with #3CCCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCCBF; }
p { color: rgb(60,204,191); }
H1.HeaderClassName
{
color: #3CCCBF;
}
.AnyTagClassName
{
color: #3CCCBF;
}
</style>
background-color css
<style>
a { background-color: #3CCCBF; }
a { background-color: rgb(60,204,191); }
div.DivClassName
{
background-color: #3CCCBF;
}
.BgClassName
{
background-color: #3CCCBF;
}
</style>
border-color css
<style>
span { border-color: #3CCCBF; }
span { border-color: rgb(60,204,191); }
td.TdClassName
{
border-color: #3CCCBF;
}
.TagClassName
{
border-color: #3CCCBF;
}
</style>