Shades of Medium Turquoise #3DBFBE
Tints of Medium Turquoise #3DBFBE
RGB
CMYK
RGB Variations
Color information
#3DBFBE (or 0x3DBFBE) is known color: Medium Turquoise. HEX triplet: 3D, BF and BE. RGB value is (61,191,190). Sum of RGB (Red+Green+Blue) = 61+191+190=442 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.80% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBFBE is #C24041. Grayscale: #979797. Windows color (decimal): -12730434 or 12500797. OLE color: 12500797.
HSL color Cylindrical-coordinate representation of color #3DBFBE: hue angle of 179.54º 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 #3DBFBE is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 191 | 190 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.25 |
| HSL | 179.54º | 0.52% | 0.49% | - |
| HSV(B) | 179.54º | 0.68% | 0.75% | - |
| XYZ | 29.85 | 41.97 | 55.24 | - |
| YUV | 152.02 | 149.43 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 190 | 0.68 | 0 | 0.01 | 0.25 | 179.54 | 0.52 | 0.49 |
| Hex | 3D | BF | BE | 44 | 0 | 1 | 19 | B4 | 34 | 31 |
| Octal | 75 | 277 | 276 | 104 | 0 | 1 | 31 | 264 | 64 | 61 |
| Binary | 111101 | 10111111 | 10111110 | 1000100 | 0 | 1 | 11001 | 10110100 | 110100 | 110001 |
Color Harmonies of #3DBFBE
Complementary color
Monochromatic Colors of #3DBFBE
Black with #3DBFBE
Text Example
Text Example
White with #3DBFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBFBE; }
p { color: rgb(61,191,190); }
H1.HeaderClassName
{
color: #3DBFBE;
}
.AnyTagClassName
{
color: #3DBFBE;
}
</style>
background-color css
<style>
a { background-color: #3DBFBE; }
a { background-color: rgb(61,191,190); }
div.DivClassName
{
background-color: #3DBFBE;
}
.BgClassName
{
background-color: #3DBFBE;
}
</style>
border-color css
<style>
span { border-color: #3DBFBE; }
span { border-color: rgb(61,191,190); }
td.TdClassName
{
border-color: #3DBFBE;
}
.TagClassName
{
border-color: #3DBFBE;
}
</style>