Shades of Turquoise #3CDDBC
Tints of Turquoise #3CDDBC
RGB
CMYK
RGB Variations
Color information
#3CDDBC (or 0x3CDDBC) is known color: Turquoise. HEX triplet: 3C, DD and BC. RGB value is (60,221,188). Sum of RGB (Red+Green+Blue) = 60+221+188=469 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.79% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDDBC is #C32243. Grayscale: #A9A9A9. Windows color (decimal): -12788292 or 12377404. OLE color: 12377404.
HSL color Cylindrical-coordinate representation of color #3CDDBC: hue angle of 167.7º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDDBC is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 188 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.13 |
| HSL | 167.7º | 0.7% | 0.55% | - |
| HSV(B) | 167.7º | 0.73% | 0.87% | - |
| XYZ | 36.8 | 56.3 | 56.51 | - |
| YUV | 169.1 | 138.66 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 188 | 0.73 | 0 | 0.15 | 0.13 | 167.7 | 0.7 | 0.55 |
| Hex | 3C | DD | BC | 49 | 0 | F | D | A8 | 46 | 37 |
| Octal | 74 | 335 | 274 | 111 | 0 | 17 | 15 | 250 | 106 | 67 |
| Binary | 111100 | 11011101 | 10111100 | 1001001 | 0 | 1111 | 1101 | 10101000 | 1000110 | 110111 |
Color Harmonies of #3CDDBC
Complementary color
Monochromatic Colors of #3CDDBC
Black with #3CDDBC
Text Example
Text Example
White with #3CDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDBC; }
p { color: rgb(60,221,188); }
H1.HeaderClassName
{
color: #3CDDBC;
}
.AnyTagClassName
{
color: #3CDDBC;
}
</style>
background-color css
<style>
a { background-color: #3CDDBC; }
a { background-color: rgb(60,221,188); }
div.DivClassName
{
background-color: #3CDDBC;
}
.BgClassName
{
background-color: #3CDDBC;
}
</style>
border-color css
<style>
span { border-color: #3CDDBC; }
span { border-color: rgb(60,221,188); }
td.TdClassName
{
border-color: #3CDDBC;
}
.TagClassName
{
border-color: #3CDDBC;
}
</style>