Shades of Turquoise #3CEFBA
Tints of Turquoise #3CEFBA
RGB
CMYK
RGB Variations
Color information
#3CEFBA (or 0x3CEFBA) is known color: Turquoise. HEX triplet: 3C, EF and BA. RGB value is (60,239,186). Sum of RGB (Red+Green+Blue) = 60+239+186=485 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.37% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEFBA is #C31045. Grayscale: #B3B3B3. Windows color (decimal): -12783686 or 12250940. OLE color: 12250940.
HSL color Cylindrical-coordinate representation of color #3CEFBA: hue angle of 162.23º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEFBA is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 186 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.06 |
| HSL | 162.23º | 0.85% | 0.59% | - |
| HSV(B) | 162.23º | 0.75% | 0.94% | - |
| XYZ | 41.59 | 66.24 | 57.05 | - |
| YUV | 179.44 | 131.7 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 186 | 0.75 | 0 | 0.22 | 0.06 | 162.23 | 0.85 | 0.59 |
| Hex | 3C | EF | BA | 4B | 0 | 16 | 6 | A2 | 55 | 3B |
| Octal | 74 | 357 | 272 | 113 | 0 | 26 | 6 | 242 | 125 | 73 |
| Binary | 111100 | 11101111 | 10111010 | 1001011 | 0 | 10110 | 110 | 10100010 | 1010101 | 111011 |
Color Harmonies of #3CEFBA
Complementary color
Monochromatic Colors of #3CEFBA
Black with #3CEFBA
Text Example
Text Example
White with #3CEFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEFBA; }
p { color: rgb(60,239,186); }
H1.HeaderClassName
{
color: #3CEFBA;
}
.AnyTagClassName
{
color: #3CEFBA;
}
</style>
background-color css
<style>
a { background-color: #3CEFBA; }
a { background-color: rgb(60,239,186); }
div.DivClassName
{
background-color: #3CEFBA;
}
.BgClassName
{
background-color: #3CEFBA;
}
</style>
border-color css
<style>
span { border-color: #3CEFBA; }
span { border-color: rgb(60,239,186); }
td.TdClassName
{
border-color: #3CEFBA;
}
.TagClassName
{
border-color: #3CEFBA;
}
</style>