Shades of Turquoise #3CD9C8
Tints of Turquoise #3CD9C8
RGB
CMYK
RGB Variations
Color information
#3CD9C8 (or 0x3CD9C8) is known color: Turquoise. HEX triplet: 3C, D9 and C8. RGB value is (60,217,200). Sum of RGB (Red+Green+Blue) = 60+217+200=477 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.58% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #3CD9C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD9C8 is #C32637. Grayscale: #A8A8A8. Windows color (decimal): -12789304 or 13162812. OLE color: 13162812.
HSL color Cylindrical-coordinate representation of color #3CD9C8: hue angle of 173.5º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD9C8 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 217 | 200 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.15 |
| HSL | 173.5º | 0.67% | 0.54% | - |
| HSV(B) | 173.5º | 0.72% | 0.85% | - |
| XYZ | 37.1 | 54.76 | 63.26 | - |
| YUV | 168.12 | 145.99 | 50.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 217 | 200 | 0.72 | 0 | 0.08 | 0.15 | 173.5 | 0.67 | 0.54 |
| Hex | 3C | D9 | C8 | 48 | 0 | 8 | F | AE | 43 | 36 |
| Octal | 74 | 331 | 310 | 110 | 0 | 10 | 17 | 256 | 103 | 66 |
| Binary | 111100 | 11011001 | 11001000 | 1001000 | 0 | 1000 | 1111 | 10101110 | 1000011 | 110110 |
Color Harmonies of #3CD9C8
Complementary color
Monochromatic Colors of #3CD9C8
Black with #3CD9C8
Text Example
Text Example
White with #3CD9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD9C8; }
p { color: rgb(60,217,200); }
H1.HeaderClassName
{
color: #3CD9C8;
}
.AnyTagClassName
{
color: #3CD9C8;
}
</style>
background-color css
<style>
a { background-color: #3CD9C8; }
a { background-color: rgb(60,217,200); }
div.DivClassName
{
background-color: #3CD9C8;
}
.BgClassName
{
background-color: #3CD9C8;
}
</style>
border-color css
<style>
span { border-color: #3CD9C8; }
span { border-color: rgb(60,217,200); }
td.TdClassName
{
border-color: #3CD9C8;
}
.TagClassName
{
border-color: #3CD9C8;
}
</style>