Shades of Turquoise #3CE3BF
Tints of Turquoise #3CE3BF
RGB
CMYK
RGB Variations
Color information
#3CE3BF (or 0x3CE3BF) is known color: Turquoise. HEX triplet: 3C, E3 and BF. RGB value is (60,227,191). Sum of RGB (Red+Green+Blue) = 60+227+191=478 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.55% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE3BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE3BF is #C31C40. Grayscale: #ACACAC. Windows color (decimal): -12786753 or 12575548. OLE color: 12575548.
HSL color Cylindrical-coordinate representation of color #3CE3BF: hue angle of 167.07º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE3BF is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 227 | 191 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.11 |
| HSL | 167.07º | 0.75% | 0.56% | - |
| HSV(B) | 167.07º | 0.74% | 0.89% | - |
| XYZ | 38.74 | 59.66 | 58.76 | - |
| YUV | 172.96 | 138.17 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 191 | 0.74 | 0 | 0.16 | 0.11 | 167.07 | 0.75 | 0.56 |
| Hex | 3C | E3 | BF | 4A | 0 | 10 | B | A7 | 4B | 38 |
| Octal | 74 | 343 | 277 | 112 | 0 | 20 | 13 | 247 | 113 | 70 |
| Binary | 111100 | 11100011 | 10111111 | 1001010 | 0 | 10000 | 1011 | 10100111 | 1001011 | 111000 |
Color Harmonies of #3CE3BF
Complementary color
Monochromatic Colors of #3CE3BF
Black with #3CE3BF
Text Example
Text Example
White with #3CE3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE3BF; }
p { color: rgb(60,227,191); }
H1.HeaderClassName
{
color: #3CE3BF;
}
.AnyTagClassName
{
color: #3CE3BF;
}
</style>
background-color css
<style>
a { background-color: #3CE3BF; }
a { background-color: rgb(60,227,191); }
div.DivClassName
{
background-color: #3CE3BF;
}
.BgClassName
{
background-color: #3CE3BF;
}
</style>
border-color css
<style>
span { border-color: #3CE3BF; }
span { border-color: rgb(60,227,191); }
td.TdClassName
{
border-color: #3CE3BF;
}
.TagClassName
{
border-color: #3CE3BF;
}
</style>