Shades of Turquoise #3CDDBD
Tints of Turquoise #3CDDBD
RGB
CMYK
RGB Variations
Color information
#3CDDBD (or 0x3CDDBD) is known color: Turquoise. HEX triplet: 3C, DD and BD. RGB value is (60,221,189). Sum of RGB (Red+Green+Blue) = 60+221+189=470 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.77% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDDBD is #C32242. Grayscale: #A9A9A9. Windows color (decimal): -12788291 or 12442940. OLE color: 12442940.
HSL color Cylindrical-coordinate representation of color #3CDDBD: hue angle of 168.07º 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 #3CDDBD is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 189 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.13 |
| HSL | 168.07º | 0.7% | 0.55% | - |
| HSV(B) | 168.07º | 0.73% | 0.87% | - |
| XYZ | 36.91 | 56.35 | 57.08 | - |
| YUV | 169.21 | 139.16 | 50.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 189 | 0.73 | 0 | 0.14 | 0.13 | 168.07 | 0.7 | 0.55 |
| Hex | 3C | DD | BD | 49 | 0 | E | D | A8 | 46 | 37 |
| Octal | 74 | 335 | 275 | 111 | 0 | 16 | 15 | 250 | 106 | 67 |
| Binary | 111100 | 11011101 | 10111101 | 1001001 | 0 | 1110 | 1101 | 10101000 | 1000110 | 110111 |
Color Harmonies of #3CDDBD
Complementary color
Monochromatic Colors of #3CDDBD
Black with #3CDDBD
Text Example
Text Example
White with #3CDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDBD; }
p { color: rgb(60,221,189); }
H1.HeaderClassName
{
color: #3CDDBD;
}
.AnyTagClassName
{
color: #3CDDBD;
}
</style>
background-color css
<style>
a { background-color: #3CDDBD; }
a { background-color: rgb(60,221,189); }
div.DivClassName
{
background-color: #3CDDBD;
}
.BgClassName
{
background-color: #3CDDBD;
}
</style>
border-color css
<style>
span { border-color: #3CDDBD; }
span { border-color: rgb(60,221,189); }
td.TdClassName
{
border-color: #3CDDBD;
}
.TagClassName
{
border-color: #3CDDBD;
}
</style>