Shades of Turquoise #3CDCBC
Tints of Turquoise #3CDCBC
RGB
CMYK
RGB Variations
Color information
#3CDCBC (or 0x3CDCBC) is known color: Turquoise. HEX triplet: 3C, DC and BC. RGB value is (60,220,188). Sum of RGB (Red+Green+Blue) = 60+220+188=468 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.82% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDCBC is #C32343. Grayscale: #A8A8A8. Windows color (decimal): -12788548 or 12377148. OLE color: 12377148.
HSL color Cylindrical-coordinate representation of color #3CDCBC: hue angle of 168º 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 #3CDCBC is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 188 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.14 |
| HSL | 168º | 0.7% | 0.55% | - |
| HSV(B) | 168º | 0.73% | 0.86% | - |
| XYZ | 36.53 | 55.78 | 56.42 | - |
| YUV | 168.51 | 138.99 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 188 | 0.73 | 0 | 0.15 | 0.14 | 168 | 0.7 | 0.55 |
| Hex | 3C | DC | BC | 49 | 0 | F | E | A8 | 46 | 37 |
| Octal | 74 | 334 | 274 | 111 | 0 | 17 | 16 | 250 | 106 | 67 |
| Binary | 111100 | 11011100 | 10111100 | 1001001 | 0 | 1111 | 1110 | 10101000 | 1000110 | 110111 |
Color Harmonies of #3CDCBC
Complementary color
Monochromatic Colors of #3CDCBC
Black with #3CDCBC
Text Example
Text Example
White with #3CDCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDCBC; }
p { color: rgb(60,220,188); }
H1.HeaderClassName
{
color: #3CDCBC;
}
.AnyTagClassName
{
color: #3CDCBC;
}
</style>
background-color css
<style>
a { background-color: #3CDCBC; }
a { background-color: rgb(60,220,188); }
div.DivClassName
{
background-color: #3CDCBC;
}
.BgClassName
{
background-color: #3CDCBC;
}
</style>
border-color css
<style>
span { border-color: #3CDCBC; }
span { border-color: rgb(60,220,188); }
td.TdClassName
{
border-color: #3CDCBC;
}
.TagClassName
{
border-color: #3CDCBC;
}
</style>