Shades of Medium Turquoise #3BD2C4
Tints of Medium Turquoise #3BD2C4
RGB
CMYK
RGB Variations
Color information
#3BD2C4 (or 0x3BD2C4) is known color: Medium Turquoise. HEX triplet: 3B, D2 and C4. RGB value is (59,210,196). Sum of RGB (Red+Green+Blue) = 59+210+196=465 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.69% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #3BD2C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD2C4 is #C42D3B. Grayscale: #A3A3A3. Windows color (decimal): -12856636 or 12898875. OLE color: 12898875.
HSL color Cylindrical-coordinate representation of color #3BD2C4: hue angle of 174.44º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD2C4 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 210 | 196 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.18 |
| HSL | 174.44º | 0.63% | 0.53% | - |
| HSV(B) | 174.44º | 0.72% | 0.82% | - |
| XYZ | 34.81 | 51.01 | 60.24 | - |
| YUV | 163.26 | 146.47 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 210 | 196 | 0.72 | 0 | 0.07 | 0.18 | 174.44 | 0.63 | 0.53 |
| Hex | 3B | D2 | C4 | 48 | 0 | 7 | 12 | AE | 3F | 35 |
| Octal | 73 | 322 | 304 | 110 | 0 | 7 | 22 | 256 | 77 | 65 |
| Binary | 111011 | 11010010 | 11000100 | 1001000 | 0 | 111 | 10010 | 10101110 | 111111 | 110101 |
Color Harmonies of #3BD2C4
Complementary color
Monochromatic Colors of #3BD2C4
Black with #3BD2C4
Text Example
Text Example
White with #3BD2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD2C4; }
p { color: rgb(59,210,196); }
H1.HeaderClassName
{
color: #3BD2C4;
}
.AnyTagClassName
{
color: #3BD2C4;
}
</style>
background-color css
<style>
a { background-color: #3BD2C4; }
a { background-color: rgb(59,210,196); }
div.DivClassName
{
background-color: #3BD2C4;
}
.BgClassName
{
background-color: #3BD2C4;
}
</style>
border-color css
<style>
span { border-color: #3BD2C4; }
span { border-color: rgb(59,210,196); }
td.TdClassName
{
border-color: #3BD2C4;
}
.TagClassName
{
border-color: #3BD2C4;
}
</style>