Shades of Turquoise #3CFEDD
Tints of Turquoise #3CFEDD
RGB
CMYK
RGB Variations
Color information
#3CFEDD (or 0x3CFEDD) is known color: Turquoise. HEX triplet: 3C, FE and DD. RGB value is (60,254,221). Sum of RGB (Red+Green+Blue) = 60+254+221=535 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.21% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFEDD is #C30122. Grayscale: #C0C0C0. Windows color (decimal): -12779811 or 14548540. OLE color: 14548540.
HSL color Cylindrical-coordinate representation of color #3CFEDD: hue angle of 169.79º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFEDD is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 221 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.00 |
| HSL | 169.79º | 0.99% | 0.62% | - |
| HSV(B) | 169.79º | 0.76% | 1% | - |
| XYZ | 50.36 | 77.06 | 80.63 | - |
| YUV | 192.23 | 144.23 | 33.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 221 | 0.76 | 0 | 0.13 | 0.00 | 169.79 | 0.99 | 0.62 |
| Hex | 3C | FE | DD | 4C | 0 | D | 0 | AA | 63 | 3E |
| Octal | 74 | 376 | 335 | 114 | 0 | 15 | 0 | 252 | 143 | 76 |
| Binary | 111100 | 11111110 | 11011101 | 1001100 | 0 | 1101 | 0 | 10101010 | 1100011 | 111110 |
Color Harmonies of #3CFEDD
Complementary color
Monochromatic Colors of #3CFEDD
Black with #3CFEDD
Text Example
Text Example
White with #3CFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFEDD; }
p { color: rgb(60,254,221); }
H1.HeaderClassName
{
color: #3CFEDD;
}
.AnyTagClassName
{
color: #3CFEDD;
}
</style>
background-color css
<style>
a { background-color: #3CFEDD; }
a { background-color: rgb(60,254,221); }
div.DivClassName
{
background-color: #3CFEDD;
}
.BgClassName
{
background-color: #3CFEDD;
}
</style>
border-color css
<style>
span { border-color: #3CFEDD; }
span { border-color: rgb(60,254,221); }
td.TdClassName
{
border-color: #3CFEDD;
}
.TagClassName
{
border-color: #3CFEDD;
}
</style>