Shades of Turquoise #3CE8BE
Tints of Turquoise #3CE8BE
RGB
CMYK
RGB Variations
Color information
#3CE8BE (or 0x3CE8BE) is known color: Turquoise. HEX triplet: 3C, E8 and BE. RGB value is (60,232,190). Sum of RGB (Red+Green+Blue) = 60+232+190=482 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.45% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 232 - color contains mainly: green. Hex color #3CE8BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CE8BE is #C31741. Grayscale: #AFAFAF. Windows color (decimal): -12785474 or 12511292. OLE color: 12511292.
HSL color Cylindrical-coordinate representation of color #3CE8BE: hue angle of 165.35º degrees, saturation: 0.79, 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 #3CE8BE is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 232 | 190 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.09 |
| HSL | 165.35º | 0.79% | 0.57% | - |
| HSV(B) | 165.35º | 0.74% | 0.91% | - |
| XYZ | 40.01 | 62.39 | 58.65 | - |
| YUV | 175.78 | 136.02 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 232 | 190 | 0.74 | 0 | 0.18 | 0.09 | 165.35 | 0.79 | 0.57 |
| Hex | 3C | E8 | BE | 4A | 0 | 12 | 9 | A5 | 4F | 39 |
| Octal | 74 | 350 | 276 | 112 | 0 | 22 | 11 | 245 | 117 | 71 |
| Binary | 111100 | 11101000 | 10111110 | 1001010 | 0 | 10010 | 1001 | 10100101 | 1001111 | 111001 |
Color Harmonies of #3CE8BE
Complementary color
Monochromatic Colors of #3CE8BE
Black with #3CE8BE
Text Example
Text Example
White with #3CE8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE8BE; }
p { color: rgb(60,232,190); }
H1.HeaderClassName
{
color: #3CE8BE;
}
.AnyTagClassName
{
color: #3CE8BE;
}
</style>
background-color css
<style>
a { background-color: #3CE8BE; }
a { background-color: rgb(60,232,190); }
div.DivClassName
{
background-color: #3CE8BE;
}
.BgClassName
{
background-color: #3CE8BE;
}
</style>
border-color css
<style>
span { border-color: #3CE8BE; }
span { border-color: rgb(60,232,190); }
td.TdClassName
{
border-color: #3CE8BE;
}
.TagClassName
{
border-color: #3CE8BE;
}
</style>