Shades of Medium Turquoise #3DC1CB
Tints of Medium Turquoise #3DC1CB
RGB
CMYK
RGB Variations
Color information
#3DC1CB (or 0x3DC1CB) is known color: Medium Turquoise. HEX triplet: 3D, C1 and CB. RGB value is (61,193,203). Sum of RGB (Red+Green+Blue) = 61+193+203=457 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.35% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #3DC1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC1CB is #C23E34. Grayscale: #9A9A9A. Windows color (decimal): -12729909 or 13353277. OLE color: 13353277.
HSL color Cylindrical-coordinate representation of color #3DC1CB: hue angle of 184.23º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DC1CB is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 193 | 203 | - |
| CMYK | 0.70 | 0.05 | 0 | 0.20 |
| HSL | 184.23º | 0.58% | 0.52% | - |
| HSV(B) | 184.23º | 0.7% | 0.8% | - |
| XYZ | 31.77 | 43.44 | 63.21 | - |
| YUV | 154.67 | 155.27 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 193 | 203 | 0.70 | 0.05 | 0 | 0.20 | 184.23 | 0.58 | 0.52 |
| Hex | 3D | C1 | CB | 46 | 5 | 0 | 14 | B8 | 3A | 34 |
| Octal | 75 | 301 | 313 | 106 | 5 | 0 | 24 | 270 | 72 | 64 |
| Binary | 111101 | 11000001 | 11001011 | 1000110 | 101 | 0 | 10100 | 10111000 | 111010 | 110100 |
Color Harmonies of #3DC1CB
Complementary color
Monochromatic Colors of #3DC1CB
Black with #3DC1CB
Text Example
Text Example
White with #3DC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC1CB; }
p { color: rgb(61,193,203); }
H1.HeaderClassName
{
color: #3DC1CB;
}
.AnyTagClassName
{
color: #3DC1CB;
}
</style>
background-color css
<style>
a { background-color: #3DC1CB; }
a { background-color: rgb(61,193,203); }
div.DivClassName
{
background-color: #3DC1CB;
}
.BgClassName
{
background-color: #3DC1CB;
}
</style>
border-color css
<style>
span { border-color: #3DC1CB; }
span { border-color: rgb(61,193,203); }
td.TdClassName
{
border-color: #3DC1CB;
}
.TagClassName
{
border-color: #3DC1CB;
}
</style>