Shades of Medium Turquoise #3CCACE
Tints of Medium Turquoise #3CCACE
RGB
CMYK
RGB Variations
Color information
#3CCACE (or 0x3CCACE) is known color: Medium Turquoise. HEX triplet: 3C, CA and CE. RGB value is (60,202,206). Sum of RGB (Red+Green+Blue) = 60+202+206=468 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.82% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #3CCACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCACE is #C33531. Grayscale: #9F9F9F. Windows color (decimal): -12793138 or 13552188. OLE color: 13552188.
HSL color Cylindrical-coordinate representation of color #3CCACE: hue angle of 181.64º 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 #3CCACE is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 202 | 206 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.19 |
| HSL | 181.64º | 0.6% | 0.52% | - |
| HSV(B) | 181.64º | 0.71% | 0.81% | - |
| XYZ | 34.12 | 47.66 | 65.79 | - |
| YUV | 160 | 153.96 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 206 | 0.71 | 0.02 | 0 | 0.19 | 181.64 | 0.6 | 0.52 |
| Hex | 3C | CA | CE | 47 | 2 | 0 | 13 | B6 | 3C | 34 |
| Octal | 74 | 312 | 316 | 107 | 2 | 0 | 23 | 266 | 74 | 64 |
| Binary | 111100 | 11001010 | 11001110 | 1000111 | 10 | 0 | 10011 | 10110110 | 111100 | 110100 |
Color Harmonies of #3CCACE
Complementary color
Monochromatic Colors of #3CCACE
Black with #3CCACE
Text Example
Text Example
White with #3CCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCACE; }
p { color: rgb(60,202,206); }
H1.HeaderClassName
{
color: #3CCACE;
}
.AnyTagClassName
{
color: #3CCACE;
}
</style>
background-color css
<style>
a { background-color: #3CCACE; }
a { background-color: rgb(60,202,206); }
div.DivClassName
{
background-color: #3CCACE;
}
.BgClassName
{
background-color: #3CCACE;
}
</style>
border-color css
<style>
span { border-color: #3CCACE; }
span { border-color: rgb(60,202,206); }
td.TdClassName
{
border-color: #3CCACE;
}
.TagClassName
{
border-color: #3CCACE;
}
</style>