Shades of Turquoise #3CDDB9
Tints of Turquoise #3CDDB9
RGB
CMYK
RGB Variations
Color information
#3CDDB9 (or 0x3CDDB9) is known color: Turquoise. HEX triplet: 3C, DD and B9. RGB value is (60,221,185). Sum of RGB (Red+Green+Blue) = 60+221+185=466 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.88% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDDB9 is #C32246. Grayscale: #A8A8A8. Windows color (decimal): -12788295 or 12180796. OLE color: 12180796.
HSL color Cylindrical-coordinate representation of color #3CDDB9: hue angle of 166.58º 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 #3CDDB9 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 185 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.13 |
| HSL | 166.58º | 0.7% | 0.55% | - |
| HSV(B) | 166.58º | 0.73% | 0.87% | - |
| XYZ | 36.48 | 56.18 | 54.82 | - |
| YUV | 168.76 | 137.16 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 185 | 0.73 | 0 | 0.16 | 0.13 | 166.58 | 0.7 | 0.55 |
| Hex | 3C | DD | B9 | 49 | 0 | 10 | D | A7 | 46 | 37 |
| Octal | 74 | 335 | 271 | 111 | 0 | 20 | 15 | 247 | 106 | 67 |
| Binary | 111100 | 11011101 | 10111001 | 1001001 | 0 | 10000 | 1101 | 10100111 | 1000110 | 110111 |
Color Harmonies of #3CDDB9
Complementary color
Monochromatic Colors of #3CDDB9
Black with #3CDDB9
Text Example
Text Example
White with #3CDDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDB9; }
p { color: rgb(60,221,185); }
H1.HeaderClassName
{
color: #3CDDB9;
}
.AnyTagClassName
{
color: #3CDDB9;
}
</style>
background-color css
<style>
a { background-color: #3CDDB9; }
a { background-color: rgb(60,221,185); }
div.DivClassName
{
background-color: #3CDDB9;
}
.BgClassName
{
background-color: #3CDDB9;
}
</style>
border-color css
<style>
span { border-color: #3CDDB9; }
span { border-color: rgb(60,221,185); }
td.TdClassName
{
border-color: #3CDDB9;
}
.TagClassName
{
border-color: #3CDDB9;
}
</style>