Shades of Turquoise #3CDEDA
Tints of Turquoise #3CDEDA
RGB
CMYK
RGB Variations
Color information
#3CDEDA (or 0x3CDEDA) is known color: Turquoise. HEX triplet: 3C, DE and DA. RGB value is (60,222,218). Sum of RGB (Red+Green+Blue) = 60+222+218=500 (66% of max value = 765). Red value is 60 (23.83% from 255 or 12% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDEDA is #C32125. Grayscale: #ACACAC. Windows color (decimal): -12788006 or 14343740. OLE color: 14343740.
HSL color Cylindrical-coordinate representation of color #3CDEDA: hue angle of 178.52º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDEDA is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 222 | 218 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.13 |
| HSL | 178.52º | 0.71% | 0.55% | - |
| HSV(B) | 178.52º | 0.73% | 0.87% | - |
| XYZ | 40.64 | 58.27 | 75.43 | - |
| YUV | 173.11 | 153.33 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 218 | 0.73 | 0 | 0.02 | 0.13 | 178.52 | 0.71 | 0.55 |
| Hex | 3C | DE | DA | 49 | 0 | 2 | D | B3 | 47 | 37 |
| Octal | 74 | 336 | 332 | 111 | 0 | 2 | 15 | 263 | 107 | 67 |
| Binary | 111100 | 11011110 | 11011010 | 1001001 | 0 | 10 | 1101 | 10110011 | 1000111 | 110111 |
Color Harmonies of #3CDEDA
Complementary color
Monochromatic Colors of #3CDEDA
Black with #3CDEDA
Text Example
Text Example
White with #3CDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDEDA; }
p { color: rgb(60,222,218); }
H1.HeaderClassName
{
color: #3CDEDA;
}
.AnyTagClassName
{
color: #3CDEDA;
}
</style>
background-color css
<style>
a { background-color: #3CDEDA; }
a { background-color: rgb(60,222,218); }
div.DivClassName
{
background-color: #3CDEDA;
}
.BgClassName
{
background-color: #3CDEDA;
}
</style>
border-color css
<style>
span { border-color: #3CDEDA; }
span { border-color: rgb(60,222,218); }
td.TdClassName
{
border-color: #3CDEDA;
}
.TagClassName
{
border-color: #3CDEDA;
}
</style>