Shades of Turquoise #3CDEC8
Tints of Turquoise #3CDEC8
RGB
CMYK
RGB Variations
Color information
#3CDEC8 (or 0x3CDEC8) is known color: Turquoise. HEX triplet: 3C, DE and C8. RGB value is (60,222,200). Sum of RGB (Red+Green+Blue) = 60+222+200=482 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.45% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDEC8 is #C32137. Grayscale: #AAAAAA. Windows color (decimal): -12788024 or 13164092. OLE color: 13164092.
HSL color Cylindrical-coordinate representation of color #3CDEC8: hue angle of 171.85º 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 #3CDEC8 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 222 | 200 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.13 |
| HSL | 171.85º | 0.71% | 0.55% | - |
| HSV(B) | 171.85º | 0.73% | 0.87% | - |
| XYZ | 38.41 | 57.37 | 63.69 | - |
| YUV | 171.05 | 144.33 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 200 | 0.73 | 0 | 0.10 | 0.13 | 171.85 | 0.71 | 0.55 |
| Hex | 3C | DE | C8 | 49 | 0 | A | D | AC | 47 | 37 |
| Octal | 74 | 336 | 310 | 111 | 0 | 12 | 15 | 254 | 107 | 67 |
| Binary | 111100 | 11011110 | 11001000 | 1001001 | 0 | 1010 | 1101 | 10101100 | 1000111 | 110111 |
Color Harmonies of #3CDEC8
Complementary color
Monochromatic Colors of #3CDEC8
Black with #3CDEC8
Text Example
Text Example
White with #3CDEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDEC8; }
p { color: rgb(60,222,200); }
H1.HeaderClassName
{
color: #3CDEC8;
}
.AnyTagClassName
{
color: #3CDEC8;
}
</style>
background-color css
<style>
a { background-color: #3CDEC8; }
a { background-color: rgb(60,222,200); }
div.DivClassName
{
background-color: #3CDEC8;
}
.BgClassName
{
background-color: #3CDEC8;
}
</style>
border-color css
<style>
span { border-color: #3CDEC8; }
span { border-color: rgb(60,222,200); }
td.TdClassName
{
border-color: #3CDEC8;
}
.TagClassName
{
border-color: #3CDEC8;
}
</style>