Shades of Turquoise #3CE6DD
Tints of Turquoise #3CE6DD
RGB
CMYK
RGB Variations
Color information
#3CE6DD (or 0x3CE6DD) is known color: Turquoise. HEX triplet: 3C, E6 and DD. RGB value is (60,230,221). Sum of RGB (Red+Green+Blue) = 60+230+221=511 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.74% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 230 - color contains mainly: green. Hex color #3CE6DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CE6DD is #C31922. Grayscale: #B2B2B2. Windows color (decimal): -12785955 or 14542396. OLE color: 14542396.
HSL color Cylindrical-coordinate representation of color #3CE6DD: hue angle of 176.82º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE6DD is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 230 | 221 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.10 |
| HSL | 176.82º | 0.77% | 0.57% | - |
| HSV(B) | 176.82º | 0.74% | 0.9% | - |
| XYZ | 43.21 | 62.77 | 78.25 | - |
| YUV | 178.14 | 152.18 | 43.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 230 | 221 | 0.74 | 0 | 0.04 | 0.10 | 176.82 | 0.77 | 0.57 |
| Hex | 3C | E6 | DD | 4A | 0 | 4 | A | B1 | 4D | 39 |
| Octal | 74 | 346 | 335 | 112 | 0 | 4 | 12 | 261 | 115 | 71 |
| Binary | 111100 | 11100110 | 11011101 | 1001010 | 0 | 100 | 1010 | 10110001 | 1001101 | 111001 |
Color Harmonies of #3CE6DD
Complementary color
Monochromatic Colors of #3CE6DD
Black with #3CE6DD
Text Example
Text Example
White with #3CE6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE6DD; }
p { color: rgb(60,230,221); }
H1.HeaderClassName
{
color: #3CE6DD;
}
.AnyTagClassName
{
color: #3CE6DD;
}
</style>
background-color css
<style>
a { background-color: #3CE6DD; }
a { background-color: rgb(60,230,221); }
div.DivClassName
{
background-color: #3CE6DD;
}
.BgClassName
{
background-color: #3CE6DD;
}
</style>
border-color css
<style>
span { border-color: #3CE6DD; }
span { border-color: rgb(60,230,221); }
td.TdClassName
{
border-color: #3CE6DD;
}
.TagClassName
{
border-color: #3CE6DD;
}
</style>