Shades of Medium Turquoise #3CCACB
Tints of Medium Turquoise #3CCACB
RGB
CMYK
RGB Variations
Color information
#3CCACB (or 0x3CCACB) is known color: Medium Turquoise. HEX triplet: 3C, CA and CB. RGB value is (60,202,203). Sum of RGB (Red+Green+Blue) = 60+202+203=465 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.90% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #3CCACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCACB is #C33534. Grayscale: #9F9F9F. Windows color (decimal): -12793141 or 13355580. OLE color: 13355580.
HSL color Cylindrical-coordinate representation of color #3CCACB: hue angle of 180.42º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCACB is Cyan = 0.70, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 202 | 203 | - |
| CMYK | 0.70 | 0.00 | 0 | 0.20 |
| HSL | 180.42º | 0.58% | 0.52% | - |
| HSV(B) | 180.42º | 0.7% | 0.8% | - |
| XYZ | 33.76 | 47.51 | 63.89 | - |
| YUV | 159.66 | 152.46 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 203 | 0.70 | 0.00 | 0 | 0.20 | 180.42 | 0.58 | 0.52 |
| Hex | 3C | CA | CB | 46 | 0 | 0 | 14 | B4 | 3A | 34 |
| Octal | 74 | 312 | 313 | 106 | 0 | 0 | 24 | 264 | 72 | 64 |
| Binary | 111100 | 11001010 | 11001011 | 1000110 | 0 | 0 | 10100 | 10110100 | 111010 | 110100 |
Color Harmonies of #3CCACB
Complementary color
Monochromatic Colors of #3CCACB
Black with #3CCACB
Text Example
Text Example
White with #3CCACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCACB; }
p { color: rgb(60,202,203); }
H1.HeaderClassName
{
color: #3CCACB;
}
.AnyTagClassName
{
color: #3CCACB;
}
</style>
background-color css
<style>
a { background-color: #3CCACB; }
a { background-color: rgb(60,202,203); }
div.DivClassName
{
background-color: #3CCACB;
}
.BgClassName
{
background-color: #3CCACB;
}
</style>
border-color css
<style>
span { border-color: #3CCACB; }
span { border-color: rgb(60,202,203); }
td.TdClassName
{
border-color: #3CCACB;
}
.TagClassName
{
border-color: #3CCACB;
}
</style>