Shades of Turquoise #3CDEC9
Tints of Turquoise #3CDEC9
RGB
CMYK
RGB Variations
Color information
#3CDEC9 (or 0x3CDEC9) is known color: Turquoise. HEX triplet: 3C, DE and C9. RGB value is (60,222,201). Sum of RGB (Red+Green+Blue) = 60+222+201=483 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.42% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDEC9 is #C32136. Grayscale: #ABABAB. Windows color (decimal): -12788023 or 13229628. OLE color: 13229628.
HSL color Cylindrical-coordinate representation of color #3CDEC9: hue angle of 172.22º 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 #3CDEC9 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 222 | 201 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.13 |
| HSL | 172.22º | 0.71% | 0.55% | - |
| HSV(B) | 172.22º | 0.73% | 0.87% | - |
| XYZ | 38.53 | 57.42 | 64.31 | - |
| YUV | 171.17 | 144.83 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 201 | 0.73 | 0 | 0.09 | 0.13 | 172.22 | 0.71 | 0.55 |
| Hex | 3C | DE | C9 | 49 | 0 | 9 | D | AC | 47 | 37 |
| Octal | 74 | 336 | 311 | 111 | 0 | 11 | 15 | 254 | 107 | 67 |
| Binary | 111100 | 11011110 | 11001001 | 1001001 | 0 | 1001 | 1101 | 10101100 | 1000111 | 110111 |
Color Harmonies of #3CDEC9
Complementary color
Monochromatic Colors of #3CDEC9
Black with #3CDEC9
Text Example
Text Example
White with #3CDEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDEC9; }
p { color: rgb(60,222,201); }
H1.HeaderClassName
{
color: #3CDEC9;
}
.AnyTagClassName
{
color: #3CDEC9;
}
</style>
background-color css
<style>
a { background-color: #3CDEC9; }
a { background-color: rgb(60,222,201); }
div.DivClassName
{
background-color: #3CDEC9;
}
.BgClassName
{
background-color: #3CDEC9;
}
</style>
border-color css
<style>
span { border-color: #3CDEC9; }
span { border-color: rgb(60,222,201); }
td.TdClassName
{
border-color: #3CDEC9;
}
.TagClassName
{
border-color: #3CDEC9;
}
</style>