Shades of Turquoise #3CDDC3
Tints of Turquoise #3CDDC3
RGB
CMYK
RGB Variations
Color information
#3CDDC3 (or 0x3CDDC3) is known color: Turquoise. HEX triplet: 3C, DD and C3. RGB value is (60,221,195). Sum of RGB (Red+Green+Blue) = 60+221+195=476 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.61% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 195 (76.56% from 255 or 40.97% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDDC3 is #C3223C. Grayscale: #A9A9A9. Windows color (decimal): -12788285 or 12836156. OLE color: 12836156.
HSL color Cylindrical-coordinate representation of color #3CDDC3: hue angle of 170.31º 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 #3CDDC3 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 195 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.13 |
| HSL | 170.31º | 0.7% | 0.55% | - |
| HSV(B) | 170.31º | 0.73% | 0.87% | - |
| XYZ | 37.57 | 56.61 | 60.58 | - |
| YUV | 169.9 | 142.16 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 195 | 0.73 | 0 | 0.12 | 0.13 | 170.31 | 0.7 | 0.55 |
| Hex | 3C | DD | C3 | 49 | 0 | C | D | AA | 46 | 37 |
| Octal | 74 | 335 | 303 | 111 | 0 | 14 | 15 | 252 | 106 | 67 |
| Binary | 111100 | 11011101 | 11000011 | 1001001 | 0 | 1100 | 1101 | 10101010 | 1000110 | 110111 |
Color Harmonies of #3CDDC3
Complementary color
Monochromatic Colors of #3CDDC3
Black with #3CDDC3
Text Example
Text Example
White with #3CDDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDC3; }
p { color: rgb(60,221,195); }
H1.HeaderClassName
{
color: #3CDDC3;
}
.AnyTagClassName
{
color: #3CDDC3;
}
</style>
background-color css
<style>
a { background-color: #3CDDC3; }
a { background-color: rgb(60,221,195); }
div.DivClassName
{
background-color: #3CDDC3;
}
.BgClassName
{
background-color: #3CDDC3;
}
</style>
border-color css
<style>
span { border-color: #3CDDC3; }
span { border-color: rgb(60,221,195); }
td.TdClassName
{
border-color: #3CDDC3;
}
.TagClassName
{
border-color: #3CDDC3;
}
</style>