Shades of Turquoise #3CDDC5
Tints of Turquoise #3CDDC5
RGB
CMYK
RGB Variations
Color information
#3CDDC5 (or 0x3CDDC5) is known color: Turquoise. HEX triplet: 3C, DD and C5. RGB value is (60,221,197). Sum of RGB (Red+Green+Blue) = 60+221+197=478 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.55% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDDC5 is #C3223A. Grayscale: #AAAAAA. Windows color (decimal): -12788283 or 12967228. OLE color: 12967228.
HSL color Cylindrical-coordinate representation of color #3CDDC5: hue angle of 171.06º 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 #3CDDC5 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 197 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.13 |
| HSL | 171.06º | 0.7% | 0.55% | - |
| HSV(B) | 171.06º | 0.73% | 0.87% | - |
| XYZ | 37.8 | 56.7 | 61.78 | - |
| YUV | 170.13 | 143.16 | 49.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 197 | 0.73 | 0 | 0.11 | 0.13 | 171.06 | 0.7 | 0.55 |
| Hex | 3C | DD | C5 | 49 | 0 | B | D | AB | 46 | 37 |
| Octal | 74 | 335 | 305 | 111 | 0 | 13 | 15 | 253 | 106 | 67 |
| Binary | 111100 | 11011101 | 11000101 | 1001001 | 0 | 1011 | 1101 | 10101011 | 1000110 | 110111 |
Color Harmonies of #3CDDC5
Complementary color
Monochromatic Colors of #3CDDC5
Black with #3CDDC5
Text Example
Text Example
White with #3CDDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDC5; }
p { color: rgb(60,221,197); }
H1.HeaderClassName
{
color: #3CDDC5;
}
.AnyTagClassName
{
color: #3CDDC5;
}
</style>
background-color css
<style>
a { background-color: #3CDDC5; }
a { background-color: rgb(60,221,197); }
div.DivClassName
{
background-color: #3CDDC5;
}
.BgClassName
{
background-color: #3CDDC5;
}
</style>
border-color css
<style>
span { border-color: #3CDDC5; }
span { border-color: rgb(60,221,197); }
td.TdClassName
{
border-color: #3CDDC5;
}
.TagClassName
{
border-color: #3CDDC5;
}
</style>