Shades of Turquoise #3CEDDA
Tints of Turquoise #3CEDDA
RGB
CMYK
RGB Variations
Color information
#3CEDDA (or 0x3CEDDA) is known color: Turquoise. HEX triplet: 3C, ED and DA. RGB value is (60,237,218). Sum of RGB (Red+Green+Blue) = 60+237+218=515 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.65% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #3CEDDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEDDA is #C31225. Grayscale: #B5B5B5. Windows color (decimal): -12784166 or 14347580. OLE color: 14347580.
HSL color Cylindrical-coordinate representation of color #3CEDDA: hue angle of 173.56º degrees, saturation: 0.83, 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 #3CEDDA is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 237 | 218 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.07 |
| HSL | 173.56º | 0.83% | 0.58% | - |
| HSV(B) | 173.56º | 0.75% | 0.93% | - |
| XYZ | 44.8 | 66.59 | 76.82 | - |
| YUV | 181.91 | 148.36 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 237 | 218 | 0.75 | 0 | 0.08 | 0.07 | 173.56 | 0.83 | 0.58 |
| Hex | 3C | ED | DA | 4B | 0 | 8 | 7 | AE | 53 | 3A |
| Octal | 74 | 355 | 332 | 113 | 0 | 10 | 7 | 256 | 123 | 72 |
| Binary | 111100 | 11101101 | 11011010 | 1001011 | 0 | 1000 | 111 | 10101110 | 1010011 | 111010 |
Color Harmonies of #3CEDDA
Complementary color
Monochromatic Colors of #3CEDDA
Black with #3CEDDA
Text Example
Text Example
White with #3CEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEDDA; }
p { color: rgb(60,237,218); }
H1.HeaderClassName
{
color: #3CEDDA;
}
.AnyTagClassName
{
color: #3CEDDA;
}
</style>
background-color css
<style>
a { background-color: #3CEDDA; }
a { background-color: rgb(60,237,218); }
div.DivClassName
{
background-color: #3CEDDA;
}
.BgClassName
{
background-color: #3CEDDA;
}
</style>
border-color css
<style>
span { border-color: #3CEDDA; }
span { border-color: rgb(60,237,218); }
td.TdClassName
{
border-color: #3CEDDA;
}
.TagClassName
{
border-color: #3CEDDA;
}
</style>