Shades of Turquoise #3CDDDD
Tints of Turquoise #3CDDDD
RGB
CMYK
RGB Variations
Color information
#3CDDDD (or 0x3CDDDD) is known color: Turquoise. HEX triplet: 3C, DD and DD. RGB value is (60,221,221). Sum of RGB (Red+Green+Blue) = 60+221+221=502 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.95% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #3CDDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDDDD is #C32222. Grayscale: #ACACAC. Windows color (decimal): -12788259 or 14540092. OLE color: 14540092.
HSL color Cylindrical-coordinate representation of color #3CDDDD: hue angle of 180º 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 #3CDDDD is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 221 | - |
| CMYK | 0.73 | 0 | 0 | 0.13 |
| HSL | 180º | 0.7% | 0.55% | - |
| HSV(B) | 180º | 0.73% | 0.87% | - |
| XYZ | 40.77 | 57.89 | 77.43 | - |
| YUV | 172.86 | 155.16 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 221 | 0.73 | 0 | 0 | 0.13 | 180 | 0.7 | 0.55 |
| Hex | 3C | DD | DD | 49 | 0 | 0 | D | B4 | 46 | 37 |
| Octal | 74 | 335 | 335 | 111 | 0 | 0 | 15 | 264 | 106 | 67 |
| Binary | 111100 | 11011101 | 11011101 | 1001001 | 0 | 0 | 1101 | 10110100 | 1000110 | 110111 |
Color Harmonies of #3CDDDD
Complementary color
Monochromatic Colors of #3CDDDD
Black with #3CDDDD
Text Example
Text Example
White with #3CDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDDD; }
p { color: rgb(60,221,221); }
H1.HeaderClassName
{
color: #3CDDDD;
}
.AnyTagClassName
{
color: #3CDDDD;
}
</style>
background-color css
<style>
a { background-color: #3CDDDD; }
a { background-color: rgb(60,221,221); }
div.DivClassName
{
background-color: #3CDDDD;
}
.BgClassName
{
background-color: #3CDDDD;
}
</style>
border-color css
<style>
span { border-color: #3CDDDD; }
span { border-color: rgb(60,221,221); }
td.TdClassName
{
border-color: #3CDDDD;
}
.TagClassName
{
border-color: #3CDDDD;
}
</style>