Shades of Turquoise #3CDDCA
Tints of Turquoise #3CDDCA
RGB
CMYK
RGB Variations
Color information
#3CDDCA (or 0x3CDDCA) is known color: Turquoise. HEX triplet: 3C, DD and CA. RGB value is (60,221,202). Sum of RGB (Red+Green+Blue) = 60+221+202=483 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.42% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDDCA is #C32235. Grayscale: #AAAAAA. Windows color (decimal): -12788278 or 13294908. OLE color: 13294908.
HSL color Cylindrical-coordinate representation of color #3CDDCA: hue angle of 172.92º 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 #3CDDCA is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 202 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.13 |
| HSL | 172.92º | 0.7% | 0.55% | - |
| HSV(B) | 172.92º | 0.73% | 0.87% | - |
| XYZ | 38.38 | 56.94 | 64.84 | - |
| YUV | 170.7 | 145.66 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 202 | 0.73 | 0 | 0.09 | 0.13 | 172.92 | 0.7 | 0.55 |
| Hex | 3C | DD | CA | 49 | 0 | 9 | D | AD | 46 | 37 |
| Octal | 74 | 335 | 312 | 111 | 0 | 11 | 15 | 255 | 106 | 67 |
| Binary | 111100 | 11011101 | 11001010 | 1001001 | 0 | 1001 | 1101 | 10101101 | 1000110 | 110111 |
Color Harmonies of #3CDDCA
Complementary color
Monochromatic Colors of #3CDDCA
Black with #3CDDCA
Text Example
Text Example
White with #3CDDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDCA; }
p { color: rgb(60,221,202); }
H1.HeaderClassName
{
color: #3CDDCA;
}
.AnyTagClassName
{
color: #3CDDCA;
}
</style>
background-color css
<style>
a { background-color: #3CDDCA; }
a { background-color: rgb(60,221,202); }
div.DivClassName
{
background-color: #3CDDCA;
}
.BgClassName
{
background-color: #3CDDCA;
}
</style>
border-color css
<style>
span { border-color: #3CDDCA; }
span { border-color: rgb(60,221,202); }
td.TdClassName
{
border-color: #3CDDCA;
}
.TagClassName
{
border-color: #3CDDCA;
}
</style>