Shades of Turquoise #3CE9B5
Tints of Turquoise #3CE9B5
RGB
CMYK
RGB Variations
Color information
#3CE9B5 (or 0x3CE9B5) is known color: Turquoise. HEX triplet: 3C, E9 and B5. RGB value is (60,233,181). Sum of RGB (Red+Green+Blue) = 60+233+181=474 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.66% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 233 - color contains mainly: green. Hex color #3CE9B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CE9B5 is #C3164A. Grayscale: #AFAFAF. Windows color (decimal): -12785227 or 11921724. OLE color: 11921724.
HSL color Cylindrical-coordinate representation of color #3CE9B5: hue angle of 161.97º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE9B5 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 233 | 181 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.09 |
| HSL | 161.97º | 0.8% | 0.57% | - |
| HSV(B) | 161.97º | 0.74% | 0.91% | - |
| XYZ | 39.34 | 62.57 | 53.72 | - |
| YUV | 175.35 | 131.19 | 45.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 233 | 181 | 0.74 | 0 | 0.22 | 0.09 | 161.97 | 0.8 | 0.57 |
| Hex | 3C | E9 | B5 | 4A | 0 | 16 | 9 | A2 | 50 | 39 |
| Octal | 74 | 351 | 265 | 112 | 0 | 26 | 11 | 242 | 120 | 71 |
| Binary | 111100 | 11101001 | 10110101 | 1001010 | 0 | 10110 | 1001 | 10100010 | 1010000 | 111001 |
Color Harmonies of #3CE9B5
Complementary color
Monochromatic Colors of #3CE9B5
Black with #3CE9B5
Text Example
Text Example
White with #3CE9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE9B5; }
p { color: rgb(60,233,181); }
H1.HeaderClassName
{
color: #3CE9B5;
}
.AnyTagClassName
{
color: #3CE9B5;
}
</style>
background-color css
<style>
a { background-color: #3CE9B5; }
a { background-color: rgb(60,233,181); }
div.DivClassName
{
background-color: #3CE9B5;
}
.BgClassName
{
background-color: #3CE9B5;
}
</style>
border-color css
<style>
span { border-color: #3CE9B5; }
span { border-color: rgb(60,233,181); }
td.TdClassName
{
border-color: #3CE9B5;
}
.TagClassName
{
border-color: #3CE9B5;
}
</style>