Shades of Turquoise #3CDDC9
Tints of Turquoise #3CDDC9
RGB
CMYK
RGB Variations
Color information
#3CDDC9 (or 0x3CDDC9) is known color: Turquoise. HEX triplet: 3C, DD and C9. RGB value is (60,221,201). Sum of RGB (Red+Green+Blue) = 60+221+201=482 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.45% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDDC9 is #C32236. Grayscale: #AAAAAA. Windows color (decimal): -12788279 or 13229372. OLE color: 13229372.
HSL color Cylindrical-coordinate representation of color #3CDDC9: hue angle of 172.55º 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 #3CDDC9 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 201 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.13 |
| HSL | 172.55º | 0.7% | 0.55% | - |
| HSV(B) | 172.55º | 0.73% | 0.87% | - |
| XYZ | 38.26 | 56.89 | 64.22 | - |
| YUV | 170.58 | 145.16 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 201 | 0.73 | 0 | 0.09 | 0.13 | 172.55 | 0.7 | 0.55 |
| Hex | 3C | DD | C9 | 49 | 0 | 9 | D | AD | 46 | 37 |
| Octal | 74 | 335 | 311 | 111 | 0 | 11 | 15 | 255 | 106 | 67 |
| Binary | 111100 | 11011101 | 11001001 | 1001001 | 0 | 1001 | 1101 | 10101101 | 1000110 | 110111 |
Color Harmonies of #3CDDC9
Complementary color
Monochromatic Colors of #3CDDC9
Black with #3CDDC9
Text Example
Text Example
White with #3CDDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDC9; }
p { color: rgb(60,221,201); }
H1.HeaderClassName
{
color: #3CDDC9;
}
.AnyTagClassName
{
color: #3CDDC9;
}
</style>
background-color css
<style>
a { background-color: #3CDDC9; }
a { background-color: rgb(60,221,201); }
div.DivClassName
{
background-color: #3CDDC9;
}
.BgClassName
{
background-color: #3CDDC9;
}
</style>
border-color css
<style>
span { border-color: #3CDDC9; }
span { border-color: rgb(60,221,201); }
td.TdClassName
{
border-color: #3CDDC9;
}
.TagClassName
{
border-color: #3CDDC9;
}
</style>