Shades of Turquoise #3CDDC2
Tints of Turquoise #3CDDC2
RGB
CMYK
RGB Variations
Color information
#3CDDC2 (or 0x3CDDC2) is known color: Turquoise. HEX triplet: 3C, DD and C2. RGB value is (60,221,194). Sum of RGB (Red+Green+Blue) = 60+221+194=475 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.63% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDDC2 is #C3223D. Grayscale: #A9A9A9. Windows color (decimal): -12788286 or 12770620. OLE color: 12770620.
HSL color Cylindrical-coordinate representation of color #3CDDC2: hue angle of 169.94º 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 #3CDDC2 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 194 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.13 |
| HSL | 169.94º | 0.7% | 0.55% | - |
| HSV(B) | 169.94º | 0.73% | 0.87% | - |
| XYZ | 37.46 | 56.57 | 59.98 | - |
| YUV | 169.78 | 141.66 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 194 | 0.73 | 0 | 0.12 | 0.13 | 169.94 | 0.7 | 0.55 |
| Hex | 3C | DD | C2 | 49 | 0 | C | D | AA | 46 | 37 |
| Octal | 74 | 335 | 302 | 111 | 0 | 14 | 15 | 252 | 106 | 67 |
| Binary | 111100 | 11011101 | 11000010 | 1001001 | 0 | 1100 | 1101 | 10101010 | 1000110 | 110111 |
Color Harmonies of #3CDDC2
Complementary color
Monochromatic Colors of #3CDDC2
Black with #3CDDC2
Text Example
Text Example
White with #3CDDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDC2; }
p { color: rgb(60,221,194); }
H1.HeaderClassName
{
color: #3CDDC2;
}
.AnyTagClassName
{
color: #3CDDC2;
}
</style>
background-color css
<style>
a { background-color: #3CDDC2; }
a { background-color: rgb(60,221,194); }
div.DivClassName
{
background-color: #3CDDC2;
}
.BgClassName
{
background-color: #3CDDC2;
}
</style>
border-color css
<style>
span { border-color: #3CDDC2; }
span { border-color: rgb(60,221,194); }
td.TdClassName
{
border-color: #3CDDC2;
}
.TagClassName
{
border-color: #3CDDC2;
}
</style>