Shades of Turquoise #3CDDD9
Tints of Turquoise #3CDDD9
RGB
CMYK
RGB Variations
Color information
#3CDDD9 (or 0x3CDDD9) is known color: Turquoise. HEX triplet: 3C, DD and D9. RGB value is (60,221,217). Sum of RGB (Red+Green+Blue) = 60+221+217=498 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.05% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDDD9 is #C32226. Grayscale: #ACACAC. Windows color (decimal): -12788263 or 14277948. OLE color: 14277948.
HSL color Cylindrical-coordinate representation of color #3CDDD9: hue angle of 178.51º 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 #3CDDD9 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 217 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.13 |
| HSL | 178.51º | 0.7% | 0.55% | - |
| HSV(B) | 178.51º | 0.73% | 0.87% | - |
| XYZ | 40.24 | 57.68 | 74.66 | - |
| YUV | 172.41 | 153.16 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 217 | 0.73 | 0 | 0.02 | 0.13 | 178.51 | 0.7 | 0.55 |
| Hex | 3C | DD | D9 | 49 | 0 | 2 | D | B3 | 46 | 37 |
| Octal | 74 | 335 | 331 | 111 | 0 | 2 | 15 | 263 | 106 | 67 |
| Binary | 111100 | 11011101 | 11011001 | 1001001 | 0 | 10 | 1101 | 10110011 | 1000110 | 110111 |
Color Harmonies of #3CDDD9
Complementary color
Monochromatic Colors of #3CDDD9
Black with #3CDDD9
Text Example
Text Example
White with #3CDDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDD9; }
p { color: rgb(60,221,217); }
H1.HeaderClassName
{
color: #3CDDD9;
}
.AnyTagClassName
{
color: #3CDDD9;
}
</style>
background-color css
<style>
a { background-color: #3CDDD9; }
a { background-color: rgb(60,221,217); }
div.DivClassName
{
background-color: #3CDDD9;
}
.BgClassName
{
background-color: #3CDDD9;
}
</style>
border-color css
<style>
span { border-color: #3CDDD9; }
span { border-color: rgb(60,221,217); }
td.TdClassName
{
border-color: #3CDDD9;
}
.TagClassName
{
border-color: #3CDDD9;
}
</style>