Shades of Turquoise #3CEFDC
Tints of Turquoise #3CEFDC
RGB
CMYK
RGB Variations
Color information
#3CEFDC (or 0x3CEFDC) is known color: Turquoise. HEX triplet: 3C, EF and DC. RGB value is (60,239,220). Sum of RGB (Red+Green+Blue) = 60+239+220=519 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.56% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEFDC is #C31023. Grayscale: #B7B7B7. Windows color (decimal): -12783652 or 14479164. OLE color: 14479164.
HSL color Cylindrical-coordinate representation of color #3CEFDC: hue angle of 173.63º 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 #3CEFDC is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 220 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.06 |
| HSL | 173.63º | 0.85% | 0.59% | - |
| HSV(B) | 173.63º | 0.75% | 0.94% | - |
| XYZ | 45.65 | 67.86 | 78.4 | - |
| YUV | 183.31 | 148.7 | 40.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 220 | 0.75 | 0 | 0.08 | 0.06 | 173.63 | 0.85 | 0.59 |
| Hex | 3C | EF | DC | 4B | 0 | 8 | 6 | AE | 55 | 3B |
| Octal | 74 | 357 | 334 | 113 | 0 | 10 | 6 | 256 | 125 | 73 |
| Binary | 111100 | 11101111 | 11011100 | 1001011 | 0 | 1000 | 110 | 10101110 | 1010101 | 111011 |
Color Harmonies of #3CEFDC
Complementary color
Monochromatic Colors of #3CEFDC
Black with #3CEFDC
Text Example
Text Example
White with #3CEFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEFDC; }
p { color: rgb(60,239,220); }
H1.HeaderClassName
{
color: #3CEFDC;
}
.AnyTagClassName
{
color: #3CEFDC;
}
</style>
background-color css
<style>
a { background-color: #3CEFDC; }
a { background-color: rgb(60,239,220); }
div.DivClassName
{
background-color: #3CEFDC;
}
.BgClassName
{
background-color: #3CEFDC;
}
</style>
border-color css
<style>
span { border-color: #3CEFDC; }
span { border-color: rgb(60,239,220); }
td.TdClassName
{
border-color: #3CEFDC;
}
.TagClassName
{
border-color: #3CEFDC;
}
</style>