Shades of Turquoise #3CF1BE
Tints of Turquoise #3CF1BE
RGB
CMYK
RGB Variations
Color information
#3CF1BE (or 0x3CF1BE) is known color: Turquoise. HEX triplet: 3C, F1 and BE. RGB value is (60,241,190). Sum of RGB (Red+Green+Blue) = 60+241+190=491 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.22% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF1BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF1BE is #C30E41. Grayscale: #B5B5B5. Windows color (decimal): -12783170 or 12513596. OLE color: 12513596.
HSL color Cylindrical-coordinate representation of color #3CF1BE: hue angle of 163.09º 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 #3CF1BE is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 241 | 190 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.05 |
| HSL | 163.09º | 0.87% | 0.59% | - |
| HSV(B) | 163.09º | 0.75% | 0.95% | - |
| XYZ | 42.61 | 67.59 | 59.52 | - |
| YUV | 181.07 | 133.03 | 41.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 241 | 190 | 0.75 | 0 | 0.21 | 0.05 | 163.09 | 0.87 | 0.59 |
| Hex | 3C | F1 | BE | 4B | 0 | 15 | 5 | A3 | 57 | 3B |
| Octal | 74 | 361 | 276 | 113 | 0 | 25 | 5 | 243 | 127 | 73 |
| Binary | 111100 | 11110001 | 10111110 | 1001011 | 0 | 10101 | 101 | 10100011 | 1010111 | 111011 |
Color Harmonies of #3CF1BE
Complementary color
Monochromatic Colors of #3CF1BE
Black with #3CF1BE
Text Example
Text Example
White with #3CF1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF1BE; }
p { color: rgb(60,241,190); }
H1.HeaderClassName
{
color: #3CF1BE;
}
.AnyTagClassName
{
color: #3CF1BE;
}
</style>
background-color css
<style>
a { background-color: #3CF1BE; }
a { background-color: rgb(60,241,190); }
div.DivClassName
{
background-color: #3CF1BE;
}
.BgClassName
{
background-color: #3CF1BE;
}
</style>
border-color css
<style>
span { border-color: #3CF1BE; }
span { border-color: rgb(60,241,190); }
td.TdClassName
{
border-color: #3CF1BE;
}
.TagClassName
{
border-color: #3CF1BE;
}
</style>