Shades of Turquoise #3CDDB7
Tints of Turquoise #3CDDB7
RGB
CMYK
RGB Variations
Color information
#3CDDB7 (or 0x3CDDB7) is known color: Turquoise. HEX triplet: 3C, DD and B7. RGB value is (60,221,183). Sum of RGB (Red+Green+Blue) = 60+221+183=464 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.93% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDDB7 is #C32248. Grayscale: #A8A8A8. Windows color (decimal): -12788297 or 12049724. OLE color: 12049724.
HSL color Cylindrical-coordinate representation of color #3CDDB7: hue angle of 165.84º 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 #3CDDB7 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 183 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.13 |
| HSL | 165.84º | 0.7% | 0.55% | - |
| HSV(B) | 165.84º | 0.73% | 0.87% | - |
| XYZ | 36.27 | 56.09 | 53.72 | - |
| YUV | 168.53 | 136.16 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 183 | 0.73 | 0 | 0.17 | 0.13 | 165.84 | 0.7 | 0.55 |
| Hex | 3C | DD | B7 | 49 | 0 | 11 | D | A6 | 46 | 37 |
| Octal | 74 | 335 | 267 | 111 | 0 | 21 | 15 | 246 | 106 | 67 |
| Binary | 111100 | 11011101 | 10110111 | 1001001 | 0 | 10001 | 1101 | 10100110 | 1000110 | 110111 |
Color Harmonies of #3CDDB7
Complementary color
Monochromatic Colors of #3CDDB7
Black with #3CDDB7
Text Example
Text Example
White with #3CDDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDB7; }
p { color: rgb(60,221,183); }
H1.HeaderClassName
{
color: #3CDDB7;
}
.AnyTagClassName
{
color: #3CDDB7;
}
</style>
background-color css
<style>
a { background-color: #3CDDB7; }
a { background-color: rgb(60,221,183); }
div.DivClassName
{
background-color: #3CDDB7;
}
.BgClassName
{
background-color: #3CDDB7;
}
</style>
border-color css
<style>
span { border-color: #3CDDB7; }
span { border-color: rgb(60,221,183); }
td.TdClassName
{
border-color: #3CDDB7;
}
.TagClassName
{
border-color: #3CDDB7;
}
</style>