Shades of Turquoise #3CDCBB
Tints of Turquoise #3CDCBB
RGB
CMYK
RGB Variations
Color information
#3CDCBB (or 0x3CDCBB) is known color: Turquoise. HEX triplet: 3C, DC and BB. RGB value is (60,220,187). Sum of RGB (Red+Green+Blue) = 60+220+187=467 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.85% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDCBB is #C32344. Grayscale: #A8A8A8. Windows color (decimal): -12788549 or 12311612. OLE color: 12311612.
HSL color Cylindrical-coordinate representation of color #3CDCBB: hue angle of 167.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDCBB is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 187 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.14 |
| HSL | 167.63º | 0.7% | 0.55% | - |
| HSV(B) | 167.63º | 0.73% | 0.86% | - |
| XYZ | 36.43 | 55.73 | 55.85 | - |
| YUV | 168.4 | 138.49 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 187 | 0.73 | 0 | 0.15 | 0.14 | 167.63 | 0.7 | 0.55 |
| Hex | 3C | DC | BB | 49 | 0 | F | E | A8 | 46 | 37 |
| Octal | 74 | 334 | 273 | 111 | 0 | 17 | 16 | 250 | 106 | 67 |
| Binary | 111100 | 11011100 | 10111011 | 1001001 | 0 | 1111 | 1110 | 10101000 | 1000110 | 110111 |
Color Harmonies of #3CDCBB
Complementary color
Monochromatic Colors of #3CDCBB
Black with #3CDCBB
Text Example
Text Example
White with #3CDCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDCBB; }
p { color: rgb(60,220,187); }
H1.HeaderClassName
{
color: #3CDCBB;
}
.AnyTagClassName
{
color: #3CDCBB;
}
</style>
background-color css
<style>
a { background-color: #3CDCBB; }
a { background-color: rgb(60,220,187); }
div.DivClassName
{
background-color: #3CDCBB;
}
.BgClassName
{
background-color: #3CDCBB;
}
</style>
border-color css
<style>
span { border-color: #3CDCBB; }
span { border-color: rgb(60,220,187); }
td.TdClassName
{
border-color: #3CDCBB;
}
.TagClassName
{
border-color: #3CDCBB;
}
</style>