Shades of Turquoise #3CFFDD
Tints of Turquoise #3CFFDD
RGB
CMYK
RGB Variations
Color information
#3CFFDD (or 0x3CFFDD) is known color: Turquoise. HEX triplet: 3C, FF and DD. RGB value is (60,255,221). Sum of RGB (Red+Green+Blue) = 60+255+221=536 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.19% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFFDD is #C30022. Grayscale: #C0C0C0. Windows color (decimal): -12779555 or 14548796. OLE color: 14548796.
HSL color Cylindrical-coordinate representation of color #3CFFDD: hue angle of 169.54º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFFDD is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 221 | - |
| CMYK | 0.76 | 0 | 0.13 | 0 |
| HSL | 169.54º | 1% | 0.62% | - |
| HSV(B) | 169.54º | 0.76% | 1% | - |
| XYZ | 50.67 | 77.7 | 80.73 | - |
| YUV | 192.82 | 143.9 | 33.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 221 | 0.76 | 0 | 0.13 | 0 | 169.54 | 1 | 0.62 |
| Hex | 3C | FF | DD | 4C | 0 | D | 0 | AA | 64 | 3E |
| Octal | 74 | 377 | 335 | 114 | 0 | 15 | 0 | 252 | 144 | 76 |
| Binary | 111100 | 11111111 | 11011101 | 1001100 | 0 | 1101 | 0 | 10101010 | 1100100 | 111110 |
Color Harmonies of #3CFFDD
Complementary color
Monochromatic Colors of #3CFFDD
Black with #3CFFDD
Text Example
Text Example
White with #3CFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFFDD; }
p { color: rgb(60,255,221); }
H1.HeaderClassName
{
color: #3CFFDD;
}
.AnyTagClassName
{
color: #3CFFDD;
}
</style>
background-color css
<style>
a { background-color: #3CFFDD; }
a { background-color: rgb(60,255,221); }
div.DivClassName
{
background-color: #3CFFDD;
}
.BgClassName
{
background-color: #3CFFDD;
}
</style>
border-color css
<style>
span { border-color: #3CFFDD; }
span { border-color: rgb(60,255,221); }
td.TdClassName
{
border-color: #3CFFDD;
}
.TagClassName
{
border-color: #3CFFDD;
}
</style>