Shades of Turquoise #3CDEBE
Tints of Turquoise #3CDEBE
RGB
CMYK
RGB Variations
Color information
#3CDEBE (or 0x3CDEBE) is known color: Turquoise. HEX triplet: 3C, DE and BE. RGB value is (60,222,190). Sum of RGB (Red+Green+Blue) = 60+222+190=472 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.71% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDEBE is #C32141. Grayscale: #A9A9A9. Windows color (decimal): -12788034 or 12508732. OLE color: 12508732.
HSL color Cylindrical-coordinate representation of color #3CDEBE: hue angle of 168.15º 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 #3CDEBE is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 222 | 190 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.13 |
| HSL | 168.15º | 0.71% | 0.55% | - |
| HSV(B) | 168.15º | 0.73% | 0.87% | - |
| XYZ | 37.28 | 56.92 | 57.74 | - |
| YUV | 169.91 | 139.33 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 190 | 0.73 | 0 | 0.14 | 0.13 | 168.15 | 0.71 | 0.55 |
| Hex | 3C | DE | BE | 49 | 0 | E | D | A8 | 47 | 37 |
| Octal | 74 | 336 | 276 | 111 | 0 | 16 | 15 | 250 | 107 | 67 |
| Binary | 111100 | 11011110 | 10111110 | 1001001 | 0 | 1110 | 1101 | 10101000 | 1000111 | 110111 |
Color Harmonies of #3CDEBE
Complementary color
Monochromatic Colors of #3CDEBE
Black with #3CDEBE
Text Example
Text Example
White with #3CDEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDEBE; }
p { color: rgb(60,222,190); }
H1.HeaderClassName
{
color: #3CDEBE;
}
.AnyTagClassName
{
color: #3CDEBE;
}
</style>
background-color css
<style>
a { background-color: #3CDEBE; }
a { background-color: rgb(60,222,190); }
div.DivClassName
{
background-color: #3CDEBE;
}
.BgClassName
{
background-color: #3CDEBE;
}
</style>
border-color css
<style>
span { border-color: #3CDEBE; }
span { border-color: rgb(60,222,190); }
td.TdClassName
{
border-color: #3CDEBE;
}
.TagClassName
{
border-color: #3CDEBE;
}
</style>