Shades of Turquoise #3CDDEC
Tints of Turquoise #3CDDEC
RGB
CMYK
RGB Variations
Color information
#3CDDEC (or 0x3CDDEC) is known color: Turquoise. HEX triplet: 3C, DD and EC. RGB value is (60,221,236). Sum of RGB (Red+Green+Blue) = 60+221+236=517 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.61% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #3CDDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDDEC is #C32213. Grayscale: #AEAEAE. Windows color (decimal): -12788244 or 15523132. OLE color: 15523132.
HSL color Cylindrical-coordinate representation of color #3CDDEC: hue angle of 185.11º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CDDEC is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 221 | 236 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.07 |
| HSL | 185.11º | 0.82% | 0.58% | - |
| HSV(B) | 185.11º | 0.75% | 0.93% | - |
| XYZ | 42.86 | 58.73 | 88.43 | - |
| YUV | 174.57 | 162.66 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 236 | 0.75 | 0.06 | 0 | 0.07 | 185.11 | 0.82 | 0.58 |
| Hex | 3C | DD | EC | 4B | 6 | 0 | 7 | B9 | 52 | 3A |
| Octal | 74 | 335 | 354 | 113 | 6 | 0 | 7 | 271 | 122 | 72 |
| Binary | 111100 | 11011101 | 11101100 | 1001011 | 110 | 0 | 111 | 10111001 | 1010010 | 111010 |
Color Harmonies of #3CDDEC
Complementary color
Monochromatic Colors of #3CDDEC
Black with #3CDDEC
Text Example
Text Example
White with #3CDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDDEC; }
p { color: rgb(60,221,236); }
H1.HeaderClassName
{
color: #3CDDEC;
}
.AnyTagClassName
{
color: #3CDDEC;
}
</style>
background-color css
<style>
a { background-color: #3CDDEC; }
a { background-color: rgb(60,221,236); }
div.DivClassName
{
background-color: #3CDDEC;
}
.BgClassName
{
background-color: #3CDDEC;
}
</style>
border-color css
<style>
span { border-color: #3CDDEC; }
span { border-color: rgb(60,221,236); }
td.TdClassName
{
border-color: #3CDDEC;
}
.TagClassName
{
border-color: #3CDDEC;
}
</style>