Shades of Medium Turquoise #3CCACF
Tints of Medium Turquoise #3CCACF
RGB
CMYK
RGB Variations
Color information
#3CCACF (or 0x3CCACF) is known color: Medium Turquoise. HEX triplet: 3C, CA and CF. RGB value is (60,202,207). Sum of RGB (Red+Green+Blue) = 60+202+207=469 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.79% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #3CCACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCACF is #C33530. Grayscale: #9F9F9F. Windows color (decimal): -12793137 or 13617724. OLE color: 13617724.
HSL color Cylindrical-coordinate representation of color #3CCACF: hue angle of 182.04º 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 #3CCACF is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 202 | 207 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.19 |
| HSL | 182.04º | 0.6% | 0.52% | - |
| HSV(B) | 182.04º | 0.71% | 0.81% | - |
| XYZ | 34.25 | 47.71 | 66.43 | - |
| YUV | 160.11 | 154.46 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 207 | 0.71 | 0.02 | 0 | 0.19 | 182.04 | 0.6 | 0.52 |
| Hex | 3C | CA | CF | 47 | 2 | 0 | 13 | B6 | 3C | 34 |
| Octal | 74 | 312 | 317 | 107 | 2 | 0 | 23 | 266 | 74 | 64 |
| Binary | 111100 | 11001010 | 11001111 | 1000111 | 10 | 0 | 10011 | 10110110 | 111100 | 110100 |
Color Harmonies of #3CCACF
Complementary color
Monochromatic Colors of #3CCACF
Black with #3CCACF
Text Example
Text Example
White with #3CCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCACF; }
p { color: rgb(60,202,207); }
H1.HeaderClassName
{
color: #3CCACF;
}
.AnyTagClassName
{
color: #3CCACF;
}
</style>
background-color css
<style>
a { background-color: #3CCACF; }
a { background-color: rgb(60,202,207); }
div.DivClassName
{
background-color: #3CCACF;
}
.BgClassName
{
background-color: #3CCACF;
}
</style>
border-color css
<style>
span { border-color: #3CCACF; }
span { border-color: rgb(60,202,207); }
td.TdClassName
{
border-color: #3CCACF;
}
.TagClassName
{
border-color: #3CCACF;
}
</style>