Shades of Turquoise #3CF1BA
Tints of Turquoise #3CF1BA
RGB
CMYK
RGB Variations
Color information
#3CF1BA (or 0x3CF1BA) is known color: Turquoise. HEX triplet: 3C, F1 and BA. RGB value is (60,241,186). Sum of RGB (Red+Green+Blue) = 60+241+186=487 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.32% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF1BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF1BA is #C30E45. Grayscale: #B4B4B4. Windows color (decimal): -12783174 or 12251452. OLE color: 12251452.
HSL color Cylindrical-coordinate representation of color #3CF1BA: hue angle of 161.77º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF1BA is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 241 | 186 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.05 |
| HSL | 161.77º | 0.87% | 0.59% | - |
| HSV(B) | 161.77º | 0.75% | 0.95% | - |
| XYZ | 42.18 | 67.42 | 57.24 | - |
| YUV | 180.61 | 131.03 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 241 | 186 | 0.75 | 0 | 0.23 | 0.05 | 161.77 | 0.87 | 0.59 |
| Hex | 3C | F1 | BA | 4B | 0 | 17 | 5 | A2 | 57 | 3B |
| Octal | 74 | 361 | 272 | 113 | 0 | 27 | 5 | 242 | 127 | 73 |
| Binary | 111100 | 11110001 | 10111010 | 1001011 | 0 | 10111 | 101 | 10100010 | 1010111 | 111011 |
Color Harmonies of #3CF1BA
Complementary color
Monochromatic Colors of #3CF1BA
Black with #3CF1BA
Text Example
Text Example
White with #3CF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF1BA; }
p { color: rgb(60,241,186); }
H1.HeaderClassName
{
color: #3CF1BA;
}
.AnyTagClassName
{
color: #3CF1BA;
}
</style>
background-color css
<style>
a { background-color: #3CF1BA; }
a { background-color: rgb(60,241,186); }
div.DivClassName
{
background-color: #3CF1BA;
}
.BgClassName
{
background-color: #3CF1BA;
}
</style>
border-color css
<style>
span { border-color: #3CF1BA; }
span { border-color: rgb(60,241,186); }
td.TdClassName
{
border-color: #3CF1BA;
}
.TagClassName
{
border-color: #3CF1BA;
}
</style>