Shades of Turquoise #3CDDDA
Tints of Turquoise #3CDDDA
RGB
CMYK
RGB Variations
Color information
#3CDDDA (or 0x3CDDDA) is known color: Turquoise. HEX triplet: 3C, DD and DA. RGB value is (60,221,218). Sum of RGB (Red+Green+Blue) = 60+221+218=499 (66% of max value = 765). Red value is 60 (23.83% from 255 or 12.02% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDDDA is #C32225. Grayscale: #ACACAC. Windows color (decimal): -12788262 or 14343484. OLE color: 14343484.
HSL color Cylindrical-coordinate representation of color #3CDDDA: hue angle of 178.88º 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 #3CDDDA is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 218 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.13 |
| HSL | 178.88º | 0.7% | 0.55% | - |
| HSV(B) | 178.88º | 0.73% | 0.87% | - |
| XYZ | 40.37 | 57.74 | 75.35 | - |
| YUV | 172.52 | 153.66 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 218 | 0.73 | 0 | 0.01 | 0.13 | 178.88 | 0.7 | 0.55 |
| Hex | 3C | DD | DA | 49 | 0 | 1 | D | B3 | 46 | 37 |
| Octal | 74 | 335 | 332 | 111 | 0 | 1 | 15 | 263 | 106 | 67 |
| Binary | 111100 | 11011101 | 11011010 | 1001001 | 0 | 1 | 1101 | 10110011 | 1000110 | 110111 |
Color Harmonies of #3CDDDA
Complementary color
Monochromatic Colors of #3CDDDA
Black with #3CDDDA
Text Example
Text Example
White with #3CDDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDDA; }
p { color: rgb(60,221,218); }
H1.HeaderClassName
{
color: #3CDDDA;
}
.AnyTagClassName
{
color: #3CDDDA;
}
</style>
background-color css
<style>
a { background-color: #3CDDDA; }
a { background-color: rgb(60,221,218); }
div.DivClassName
{
background-color: #3CDDDA;
}
.BgClassName
{
background-color: #3CDDDA;
}
</style>
border-color css
<style>
span { border-color: #3CDDDA; }
span { border-color: rgb(60,221,218); }
td.TdClassName
{
border-color: #3CDDDA;
}
.TagClassName
{
border-color: #3CDDDA;
}
</style>