Shades of Medium Turquoise #3CCAB8
Tints of Medium Turquoise #3CCAB8
RGB
CMYK
RGB Variations
Color information
#3CCAB8 (or 0x3CCAB8) is known color: Medium Turquoise. HEX triplet: 3C, CA and B8. RGB value is (60,202,184). Sum of RGB (Red+Green+Blue) = 60+202+184=446 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.45% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCAB8 is #C33547. Grayscale: #9D9D9D. Windows color (decimal): -12793160 or 12110396. OLE color: 12110396.
HSL color Cylindrical-coordinate representation of color #3CCAB8: hue angle of 172.39º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCAB8 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
RGB | 60 | 202 | 184 | - |
CMYK | 0.70 | 0 | 0.09 | 0.21 |
HSL | 172.39º | 0.57% | 0.51% | - |
HSV(B) | 172.39º | 0.7% | 0.79% | - |
XYZ | 31.64 | 46.66 | 52.69 | - |
YUV | 157.49 | 142.96 | 58.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 202 | 184 | 0.70 | 0 | 0.09 | 0.21 | 172.39 | 0.57 | 0.51 |
Hex | 3C | CA | B8 | 46 | 0 | 9 | 15 | AC | 39 | 33 |
Octal | 74 | 312 | 270 | 106 | 0 | 11 | 25 | 254 | 71 | 63 |
Binary | 111100 | 11001010 | 10111000 | 1000110 | 0 | 1001 | 10101 | 10101100 | 111001 | 110011 |
Color Harmonies of #3CCAB8
Complementary color
Monochromatic Colors of #3CCAB8
Black with #3CCAB8
Text Example
Text Example
White with #3CCAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCAB8; }
p { color: rgb(60,202,184); }
H1.HeaderClassName
{
color: #3CCAB8;
}
.AnyTagClassName
{
color: #3CCAB8;
}
</style>
background-color css
<style>
a { background-color: #3CCAB8; }
a { background-color: rgb(60,202,184); }
div.DivClassName
{
background-color: #3CCAB8;
}
.BgClassName
{
background-color: #3CCAB8;
}
</style>
border-color css
<style>
span { border-color: #3CCAB8; }
span { border-color: rgb(60,202,184); }
td.TdClassName
{
border-color: #3CCAB8;
}
.TagClassName
{
border-color: #3CCAB8;
}
</style>