Shades of Medium Turquoise #3BC1CF
Tints of Medium Turquoise #3BC1CF
RGB
CMYK
RGB Variations
Color information
#3BC1CF (or 0x3BC1CF) is known color: Medium Turquoise. HEX triplet: 3B, C1 and CF. RGB value is (59,193,207). Sum of RGB (Red+Green+Blue) = 59+193+207=459 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.85% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #3BC1CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC1CF is #C43E30. Grayscale: #9A9A9A. Windows color (decimal): -12860977 or 13615419. OLE color: 13615419.
HSL color Cylindrical-coordinate representation of color #3BC1CF: hue angle of 185.68º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC1CF is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 193 | 207 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.19 |
| HSL | 185.68º | 0.61% | 0.52% | - |
| HSV(B) | 185.68º | 0.71% | 0.81% | - |
| XYZ | 32.14 | 43.57 | 65.75 | - |
| YUV | 154.53 | 157.61 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 193 | 207 | 0.71 | 0.07 | 0 | 0.19 | 185.68 | 0.61 | 0.52 |
| Hex | 3B | C1 | CF | 47 | 7 | 0 | 13 | BA | 3D | 34 |
| Octal | 73 | 301 | 317 | 107 | 7 | 0 | 23 | 272 | 75 | 64 |
| Binary | 111011 | 11000001 | 11001111 | 1000111 | 111 | 0 | 10011 | 10111010 | 111101 | 110100 |
Color Harmonies of #3BC1CF
Complementary color
Monochromatic Colors of #3BC1CF
Black with #3BC1CF
Text Example
Text Example
White with #3BC1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC1CF; }
p { color: rgb(59,193,207); }
H1.HeaderClassName
{
color: #3BC1CF;
}
.AnyTagClassName
{
color: #3BC1CF;
}
</style>
background-color css
<style>
a { background-color: #3BC1CF; }
a { background-color: rgb(59,193,207); }
div.DivClassName
{
background-color: #3BC1CF;
}
.BgClassName
{
background-color: #3BC1CF;
}
</style>
border-color css
<style>
span { border-color: #3BC1CF; }
span { border-color: rgb(59,193,207); }
td.TdClassName
{
border-color: #3BC1CF;
}
.TagClassName
{
border-color: #3BC1CF;
}
</style>