Shades of Turquoise #3DECCC
Tints of Turquoise #3DECCC
RGB
CMYK
RGB Variations
Color information
#3DECCC (or 0x3DECCC) is known color: Turquoise. HEX triplet: 3D, EC and CC. RGB value is (61,236,204). Sum of RGB (Red+Green+Blue) = 61+236+204=501 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.18% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #3DECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DECCC is #C21333. Grayscale: #B3B3B3. Windows color (decimal): -12718900 or 13429821. OLE color: 13429821.
HSL color Cylindrical-coordinate representation of color #3DECCC: hue angle of 169.03º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DECCC is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 204 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.07 |
| HSL | 169.03º | 0.82% | 0.58% | - |
| HSV(B) | 169.03º | 0.74% | 0.93% | - |
| XYZ | 42.82 | 65.34 | 67.48 | - |
| YUV | 180.03 | 141.52 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 204 | 0.74 | 0 | 0.14 | 0.07 | 169.03 | 0.82 | 0.58 |
| Hex | 3D | EC | CC | 4A | 0 | E | 7 | A9 | 52 | 3A |
| Octal | 75 | 354 | 314 | 112 | 0 | 16 | 7 | 251 | 122 | 72 |
| Binary | 111101 | 11101100 | 11001100 | 1001010 | 0 | 1110 | 111 | 10101001 | 1010010 | 111010 |
Color Harmonies of #3DECCC
Complementary color
Monochromatic Colors of #3DECCC
Black with #3DECCC
Text Example
Text Example
White with #3DECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DECCC; }
p { color: rgb(61,236,204); }
H1.HeaderClassName
{
color: #3DECCC;
}
.AnyTagClassName
{
color: #3DECCC;
}
</style>
background-color css
<style>
a { background-color: #3DECCC; }
a { background-color: rgb(61,236,204); }
div.DivClassName
{
background-color: #3DECCC;
}
.BgClassName
{
background-color: #3DECCC;
}
</style>
border-color css
<style>
span { border-color: #3DECCC; }
span { border-color: rgb(61,236,204); }
td.TdClassName
{
border-color: #3DECCC;
}
.TagClassName
{
border-color: #3DECCC;
}
</style>