Shades of Turquoise #3CE3BE
Tints of Turquoise #3CE3BE
RGB
CMYK
RGB Variations
Color information
#3CE3BE (or 0x3CE3BE) is known color: Turquoise. HEX triplet: 3C, E3 and BE. RGB value is (60,227,190). Sum of RGB (Red+Green+Blue) = 60+227+190=477 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.58% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE3BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE3BE is #C31C41. Grayscale: #ACACAC. Windows color (decimal): -12786754 or 12510012. OLE color: 12510012.
HSL color Cylindrical-coordinate representation of color #3CE3BE: hue angle of 166.71º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE3BE is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 227 | 190 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.11 |
| HSL | 166.71º | 0.75% | 0.56% | - |
| HSV(B) | 166.71º | 0.74% | 0.89% | - |
| XYZ | 38.63 | 59.62 | 58.19 | - |
| YUV | 172.85 | 137.67 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 190 | 0.74 | 0 | 0.16 | 0.11 | 166.71 | 0.75 | 0.56 |
| Hex | 3C | E3 | BE | 4A | 0 | 10 | B | A7 | 4B | 38 |
| Octal | 74 | 343 | 276 | 112 | 0 | 20 | 13 | 247 | 113 | 70 |
| Binary | 111100 | 11100011 | 10111110 | 1001010 | 0 | 10000 | 1011 | 10100111 | 1001011 | 111000 |
Color Harmonies of #3CE3BE
Complementary color
Monochromatic Colors of #3CE3BE
Black with #3CE3BE
Text Example
Text Example
White with #3CE3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE3BE; }
p { color: rgb(60,227,190); }
H1.HeaderClassName
{
color: #3CE3BE;
}
.AnyTagClassName
{
color: #3CE3BE;
}
</style>
background-color css
<style>
a { background-color: #3CE3BE; }
a { background-color: rgb(60,227,190); }
div.DivClassName
{
background-color: #3CE3BE;
}
.BgClassName
{
background-color: #3CE3BE;
}
</style>
border-color css
<style>
span { border-color: #3CE3BE; }
span { border-color: rgb(60,227,190); }
td.TdClassName
{
border-color: #3CE3BE;
}
.TagClassName
{
border-color: #3CE3BE;
}
</style>