Shades of Turquoise #3CEFDD
Tints of Turquoise #3CEFDD
RGB
CMYK
RGB Variations
Color information
#3CEFDD (or 0x3CEFDD) is known color: Turquoise. HEX triplet: 3C, EF and DD. RGB value is (60,239,221). Sum of RGB (Red+Green+Blue) = 60+239+221=520 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.54% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEFDD is #C31022. Grayscale: #B7B7B7. Windows color (decimal): -12783651 or 14544700. OLE color: 14544700.
HSL color Cylindrical-coordinate representation of color #3CEFDD: hue angle of 173.97º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEFDD is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 221 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.06 |
| HSL | 173.97º | 0.85% | 0.59% | - |
| HSV(B) | 173.97º | 0.75% | 0.94% | - |
| XYZ | 45.78 | 67.91 | 79.1 | - |
| YUV | 183.43 | 149.2 | 39.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 221 | 0.75 | 0 | 0.08 | 0.06 | 173.97 | 0.85 | 0.59 |
| Hex | 3C | EF | DD | 4B | 0 | 8 | 6 | AE | 55 | 3B |
| Octal | 74 | 357 | 335 | 113 | 0 | 10 | 6 | 256 | 125 | 73 |
| Binary | 111100 | 11101111 | 11011101 | 1001011 | 0 | 1000 | 110 | 10101110 | 1010101 | 111011 |
Color Harmonies of #3CEFDD
Complementary color
Monochromatic Colors of #3CEFDD
Black with #3CEFDD
Text Example
Text Example
White with #3CEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEFDD; }
p { color: rgb(60,239,221); }
H1.HeaderClassName
{
color: #3CEFDD;
}
.AnyTagClassName
{
color: #3CEFDD;
}
</style>
background-color css
<style>
a { background-color: #3CEFDD; }
a { background-color: rgb(60,239,221); }
div.DivClassName
{
background-color: #3CEFDD;
}
.BgClassName
{
background-color: #3CEFDD;
}
</style>
border-color css
<style>
span { border-color: #3CEFDD; }
span { border-color: rgb(60,239,221); }
td.TdClassName
{
border-color: #3CEFDD;
}
.TagClassName
{
border-color: #3CEFDD;
}
</style>