Shades of Turquoise #3CF5BD
Tints of Turquoise #3CF5BD
RGB
CMYK
RGB Variations
Color information
#3CF5BD (or 0x3CF5BD) is known color: Turquoise. HEX triplet: 3C, F5 and BD. RGB value is (60,245,189). Sum of RGB (Red+Green+Blue) = 60+245+189=494 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.15% from 494); Green value is 245 (96.09% from 255 or 49.60% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 245 - color contains mainly: green. Hex color #3CF5BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF5BD is #C30A42. Grayscale: #B7B7B7. Windows color (decimal): -12782147 or 12449084. OLE color: 12449084.
HSL color Cylindrical-coordinate representation of color #3CF5BD: hue angle of 161.84º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF5BD is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 245 | 189 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.04 |
| HSL | 161.84º | 0.9% | 0.6% | - |
| HSV(B) | 161.84º | 0.76% | 0.96% | - |
| XYZ | 43.7 | 69.94 | 59.34 | - |
| YUV | 183.3 | 131.21 | 40.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 245 | 189 | 0.76 | 0 | 0.23 | 0.04 | 161.84 | 0.9 | 0.6 |
| Hex | 3C | F5 | BD | 4C | 0 | 17 | 4 | A2 | 5A | 3C |
| Octal | 74 | 365 | 275 | 114 | 0 | 27 | 4 | 242 | 132 | 74 |
| Binary | 111100 | 11110101 | 10111101 | 1001100 | 0 | 10111 | 100 | 10100010 | 1011010 | 111100 |
Color Harmonies of #3CF5BD
Complementary color
Monochromatic Colors of #3CF5BD
Black with #3CF5BD
Text Example
Text Example
White with #3CF5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF5BD; }
p { color: rgb(60,245,189); }
H1.HeaderClassName
{
color: #3CF5BD;
}
.AnyTagClassName
{
color: #3CF5BD;
}
</style>
background-color css
<style>
a { background-color: #3CF5BD; }
a { background-color: rgb(60,245,189); }
div.DivClassName
{
background-color: #3CF5BD;
}
.BgClassName
{
background-color: #3CF5BD;
}
</style>
border-color css
<style>
span { border-color: #3CF5BD; }
span { border-color: rgb(60,245,189); }
td.TdClassName
{
border-color: #3CF5BD;
}
.TagClassName
{
border-color: #3CF5BD;
}
</style>