Shades of Turquoise #3CFFDC
Tints of Turquoise #3CFFDC
RGB
CMYK
RGB Variations
Color information
#3CFFDC (or 0x3CFFDC) is known color: Turquoise. HEX triplet: 3C, FF and DC. RGB value is (60,255,220). Sum of RGB (Red+Green+Blue) = 60+255+220=535 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.21% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFFDC is #C30023. Grayscale: #C0C0C0. Windows color (decimal): -12779556 or 14483260. OLE color: 14483260.
HSL color Cylindrical-coordinate representation of color #3CFFDC: hue angle of 169.23º 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 #3CFFDC is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 220 | - |
| CMYK | 0.76 | 0 | 0.14 | 0 |
| HSL | 169.23º | 1% | 0.62% | - |
| HSV(B) | 169.23º | 0.76% | 1% | - |
| XYZ | 50.54 | 77.65 | 80.03 | - |
| YUV | 192.71 | 143.4 | 33.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 220 | 0.76 | 0 | 0.14 | 0 | 169.23 | 1 | 0.62 |
| Hex | 3C | FF | DC | 4C | 0 | E | 0 | A9 | 64 | 3E |
| Octal | 74 | 377 | 334 | 114 | 0 | 16 | 0 | 251 | 144 | 76 |
| Binary | 111100 | 11111111 | 11011100 | 1001100 | 0 | 1110 | 0 | 10101001 | 1100100 | 111110 |
Color Harmonies of #3CFFDC
Complementary color
Monochromatic Colors of #3CFFDC
Black with #3CFFDC
Text Example
Text Example
White with #3CFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFFDC; }
p { color: rgb(60,255,220); }
H1.HeaderClassName
{
color: #3CFFDC;
}
.AnyTagClassName
{
color: #3CFFDC;
}
</style>
background-color css
<style>
a { background-color: #3CFFDC; }
a { background-color: rgb(60,255,220); }
div.DivClassName
{
background-color: #3CFFDC;
}
.BgClassName
{
background-color: #3CFFDC;
}
</style>
border-color css
<style>
span { border-color: #3CFFDC; }
span { border-color: rgb(60,255,220); }
td.TdClassName
{
border-color: #3CFFDC;
}
.TagClassName
{
border-color: #3CFFDC;
}
</style>