Shades of Turquoise #3CDCBD
Tints of Turquoise #3CDCBD
RGB
CMYK
RGB Variations
Color information
#3CDCBD (or 0x3CDCBD) is known color: Turquoise. HEX triplet: 3C, DC and BD. RGB value is (60,220,189). Sum of RGB (Red+Green+Blue) = 60+220+189=469 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.79% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDCBD is #C32342. Grayscale: #A8A8A8. Windows color (decimal): -12788547 or 12442684. OLE color: 12442684.
HSL color Cylindrical-coordinate representation of color #3CDCBD: hue angle of 168.38º 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 #3CDCBD is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 189 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.14 |
| HSL | 168.38º | 0.7% | 0.55% | - |
| HSV(B) | 168.38º | 0.73% | 0.86% | - |
| XYZ | 36.64 | 55.82 | 56.99 | - |
| YUV | 168.63 | 139.49 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 189 | 0.73 | 0 | 0.14 | 0.14 | 168.38 | 0.7 | 0.55 |
| Hex | 3C | DC | BD | 49 | 0 | E | E | A8 | 46 | 37 |
| Octal | 74 | 334 | 275 | 111 | 0 | 16 | 16 | 250 | 106 | 67 |
| Binary | 111100 | 11011100 | 10111101 | 1001001 | 0 | 1110 | 1110 | 10101000 | 1000110 | 110111 |
Color Harmonies of #3CDCBD
Complementary color
Monochromatic Colors of #3CDCBD
Black with #3CDCBD
Text Example
Text Example
White with #3CDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDCBD; }
p { color: rgb(60,220,189); }
H1.HeaderClassName
{
color: #3CDCBD;
}
.AnyTagClassName
{
color: #3CDCBD;
}
</style>
background-color css
<style>
a { background-color: #3CDCBD; }
a { background-color: rgb(60,220,189); }
div.DivClassName
{
background-color: #3CDCBD;
}
.BgClassName
{
background-color: #3CDCBD;
}
</style>
border-color css
<style>
span { border-color: #3CDCBD; }
span { border-color: rgb(60,220,189); }
td.TdClassName
{
border-color: #3CDCBD;
}
.TagClassName
{
border-color: #3CDCBD;
}
</style>