Shades of Medium Turquoise #3DBFBA
Tints of Medium Turquoise #3DBFBA
RGB
CMYK
RGB Variations
Color information
#3DBFBA (or 0x3DBFBA) is known color: Medium Turquoise. HEX triplet: 3D, BF and BA. RGB value is (61,191,186). Sum of RGB (Red+Green+Blue) = 61+191+186=438 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.93% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBFBA is #C24045. Grayscale: #979797. Windows color (decimal): -12730438 or 12238653. OLE color: 12238653.
HSL color Cylindrical-coordinate representation of color #3DBFBA: hue angle of 177.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBFBA is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 191 | 186 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.25 |
| HSL | 177.69º | 0.52% | 0.49% | - |
| HSV(B) | 177.69º | 0.68% | 0.75% | - |
| XYZ | 29.42 | 41.8 | 52.97 | - |
| YUV | 151.56 | 147.43 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 186 | 0.68 | 0 | 0.03 | 0.25 | 177.69 | 0.52 | 0.49 |
| Hex | 3D | BF | BA | 44 | 0 | 3 | 19 | B2 | 34 | 31 |
| Octal | 75 | 277 | 272 | 104 | 0 | 3 | 31 | 262 | 64 | 61 |
| Binary | 111101 | 10111111 | 10111010 | 1000100 | 0 | 11 | 11001 | 10110010 | 110100 | 110001 |
Color Harmonies of #3DBFBA
Complementary color
Monochromatic Colors of #3DBFBA
Black with #3DBFBA
Text Example
Text Example
White with #3DBFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBFBA; }
p { color: rgb(61,191,186); }
H1.HeaderClassName
{
color: #3DBFBA;
}
.AnyTagClassName
{
color: #3DBFBA;
}
</style>
background-color css
<style>
a { background-color: #3DBFBA; }
a { background-color: rgb(61,191,186); }
div.DivClassName
{
background-color: #3DBFBA;
}
.BgClassName
{
background-color: #3DBFBA;
}
</style>
border-color css
<style>
span { border-color: #3DBFBA; }
span { border-color: rgb(61,191,186); }
td.TdClassName
{
border-color: #3DBFBA;
}
.TagClassName
{
border-color: #3DBFBA;
}
</style>