Shades of Turquoise #3CE5B3
Tints of Turquoise #3CE5B3
RGB
CMYK
RGB Variations
Color information
#3CE5B3 (or 0x3CE5B3) is known color: Turquoise. HEX triplet: 3C, E5 and B3. RGB value is (60,229,179). Sum of RGB (Red+Green+Blue) = 60+229+179=468 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.82% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 229 - color contains mainly: green. Hex color #3CE5B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE5B3 is #C31A4C. Grayscale: #ACACAC. Windows color (decimal): -12786253 or 11789628. OLE color: 11789628.
HSL color Cylindrical-coordinate representation of color #3CE5B3: hue angle of 162.25º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE5B3 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 229 | 179 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.10 |
| HSL | 162.25º | 0.76% | 0.57% | - |
| HSV(B) | 162.25º | 0.74% | 0.9% | - |
| XYZ | 38.02 | 60.25 | 52.27 | - |
| YUV | 172.77 | 131.51 | 47.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 229 | 179 | 0.74 | 0 | 0.22 | 0.10 | 162.25 | 0.76 | 0.57 |
| Hex | 3C | E5 | B3 | 4A | 0 | 16 | A | A2 | 4C | 39 |
| Octal | 74 | 345 | 263 | 112 | 0 | 26 | 12 | 242 | 114 | 71 |
| Binary | 111100 | 11100101 | 10110011 | 1001010 | 0 | 10110 | 1010 | 10100010 | 1001100 | 111001 |
Color Harmonies of #3CE5B3
Complementary color
Monochromatic Colors of #3CE5B3
Black with #3CE5B3
Text Example
Text Example
White with #3CE5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE5B3; }
p { color: rgb(60,229,179); }
H1.HeaderClassName
{
color: #3CE5B3;
}
.AnyTagClassName
{
color: #3CE5B3;
}
</style>
background-color css
<style>
a { background-color: #3CE5B3; }
a { background-color: rgb(60,229,179); }
div.DivClassName
{
background-color: #3CE5B3;
}
.BgClassName
{
background-color: #3CE5B3;
}
</style>
border-color css
<style>
span { border-color: #3CE5B3; }
span { border-color: rgb(60,229,179); }
td.TdClassName
{
border-color: #3CE5B3;
}
.TagClassName
{
border-color: #3CE5B3;
}
</style>