Shades of Turquoise #3CE8BF
Tints of Turquoise #3CE8BF
RGB
CMYK
RGB Variations
Color information
#3CE8BF (or 0x3CE8BF) is known color: Turquoise. HEX triplet: 3C, E8 and BF. RGB value is (60,232,191). Sum of RGB (Red+Green+Blue) = 60+232+191=483 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.42% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 232 - color contains mainly: green. Hex color #3CE8BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CE8BF is #C31740. Grayscale: #AFAFAF. Windows color (decimal): -12785473 or 12576828. OLE color: 12576828.
HSL color Cylindrical-coordinate representation of color #3CE8BF: hue angle of 165.7º 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 #3CE8BF is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 232 | 191 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.09 |
| HSL | 165.7º | 0.79% | 0.57% | - |
| HSV(B) | 165.7º | 0.74% | 0.91% | - |
| XYZ | 40.12 | 62.44 | 59.23 | - |
| YUV | 175.9 | 136.52 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 232 | 191 | 0.74 | 0 | 0.18 | 0.09 | 165.7 | 0.79 | 0.57 |
| Hex | 3C | E8 | BF | 4A | 0 | 12 | 9 | A6 | 4F | 39 |
| Octal | 74 | 350 | 277 | 112 | 0 | 22 | 11 | 246 | 117 | 71 |
| Binary | 111100 | 11101000 | 10111111 | 1001010 | 0 | 10010 | 1001 | 10100110 | 1001111 | 111001 |
Color Harmonies of #3CE8BF
Complementary color
Monochromatic Colors of #3CE8BF
Black with #3CE8BF
Text Example
Text Example
White with #3CE8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE8BF; }
p { color: rgb(60,232,191); }
H1.HeaderClassName
{
color: #3CE8BF;
}
.AnyTagClassName
{
color: #3CE8BF;
}
</style>
background-color css
<style>
a { background-color: #3CE8BF; }
a { background-color: rgb(60,232,191); }
div.DivClassName
{
background-color: #3CE8BF;
}
.BgClassName
{
background-color: #3CE8BF;
}
</style>
border-color css
<style>
span { border-color: #3CE8BF; }
span { border-color: rgb(60,232,191); }
td.TdClassName
{
border-color: #3CE8BF;
}
.TagClassName
{
border-color: #3CE8BF;
}
</style>