Shades of Turquoise #3CDDC4
Tints of Turquoise #3CDDC4
RGB
CMYK
RGB Variations
Color information
#3CDDC4 (or 0x3CDDC4) is known color: Turquoise. HEX triplet: 3C, DD and C4. RGB value is (60,221,196). Sum of RGB (Red+Green+Blue) = 60+221+196=477 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.58% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDDC4 is #C3223B. Grayscale: #A9A9A9. Windows color (decimal): -12788284 or 12901692. OLE color: 12901692.
HSL color Cylindrical-coordinate representation of color #3CDDC4: hue angle of 170.68º 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 #3CDDC4 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 196 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.13 |
| HSL | 170.68º | 0.7% | 0.55% | - |
| HSV(B) | 170.68º | 0.73% | 0.87% | - |
| XYZ | 37.68 | 56.66 | 61.17 | - |
| YUV | 170.01 | 142.66 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 196 | 0.73 | 0 | 0.11 | 0.13 | 170.68 | 0.7 | 0.55 |
| Hex | 3C | DD | C4 | 49 | 0 | B | D | AB | 46 | 37 |
| Octal | 74 | 335 | 304 | 111 | 0 | 13 | 15 | 253 | 106 | 67 |
| Binary | 111100 | 11011101 | 11000100 | 1001001 | 0 | 1011 | 1101 | 10101011 | 1000110 | 110111 |
Color Harmonies of #3CDDC4
Complementary color
Monochromatic Colors of #3CDDC4
Black with #3CDDC4
Text Example
Text Example
White with #3CDDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDC4; }
p { color: rgb(60,221,196); }
H1.HeaderClassName
{
color: #3CDDC4;
}
.AnyTagClassName
{
color: #3CDDC4;
}
</style>
background-color css
<style>
a { background-color: #3CDDC4; }
a { background-color: rgb(60,221,196); }
div.DivClassName
{
background-color: #3CDDC4;
}
.BgClassName
{
background-color: #3CDDC4;
}
</style>
border-color css
<style>
span { border-color: #3CDDC4; }
span { border-color: rgb(60,221,196); }
td.TdClassName
{
border-color: #3CDDC4;
}
.TagClassName
{
border-color: #3CDDC4;
}
</style>