Shades of Medium Turquoise #3CCFBA
Tints of Medium Turquoise #3CCFBA
RGB
CMYK
RGB Variations
Color information
#3CCFBA (or 0x3CCFBA) is known color: Medium Turquoise. HEX triplet: 3C, CF and BA. RGB value is (60,207,186). Sum of RGB (Red+Green+Blue) = 60+207+186=453 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.25% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCFBA is #C33045. Grayscale: #A0A0A0. Windows color (decimal): -12791878 or 12242748. OLE color: 12242748.
HSL color Cylindrical-coordinate representation of color #3CCFBA: hue angle of 171.43º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCFBA is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 207 | 186 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.19 |
| HSL | 171.43º | 0.6% | 0.52% | - |
| HSV(B) | 171.43º | 0.71% | 0.81% | - |
| XYZ | 33.04 | 49.13 | 54.2 | - |
| YUV | 160.65 | 142.3 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 186 | 0.71 | 0 | 0.10 | 0.19 | 171.43 | 0.6 | 0.52 |
| Hex | 3C | CF | BA | 47 | 0 | A | 13 | AB | 3C | 34 |
| Octal | 74 | 317 | 272 | 107 | 0 | 12 | 23 | 253 | 74 | 64 |
| Binary | 111100 | 11001111 | 10111010 | 1000111 | 0 | 1010 | 10011 | 10101011 | 111100 | 110100 |
Color Harmonies of #3CCFBA
Complementary color
Monochromatic Colors of #3CCFBA
Black with #3CCFBA
Text Example
Text Example
White with #3CCFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCFBA; }
p { color: rgb(60,207,186); }
H1.HeaderClassName
{
color: #3CCFBA;
}
.AnyTagClassName
{
color: #3CCFBA;
}
</style>
background-color css
<style>
a { background-color: #3CCFBA; }
a { background-color: rgb(60,207,186); }
div.DivClassName
{
background-color: #3CCFBA;
}
.BgClassName
{
background-color: #3CCFBA;
}
</style>
border-color css
<style>
span { border-color: #3CCFBA; }
span { border-color: rgb(60,207,186); }
td.TdClassName
{
border-color: #3CCFBA;
}
.TagClassName
{
border-color: #3CCFBA;
}
</style>