Shades of Medium Turquoise #3DCFBE
Tints of Medium Turquoise #3DCFBE
RGB
CMYK
RGB Variations
Color information
#3DCFBE (or 0x3DCFBE) is known color: Medium Turquoise. HEX triplet: 3D, CF and BE. RGB value is (61,207,190). Sum of RGB (Red+Green+Blue) = 61+207+190=458 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.32% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCFBE is #C23041. Grayscale: #A1A1A1. Windows color (decimal): -12726338 or 12504893. OLE color: 12504893.
HSL color Cylindrical-coordinate representation of color #3DCFBE: hue angle of 173.01º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCFBE is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 190 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.19 |
| HSL | 173.01º | 0.6% | 0.53% | - |
| HSV(B) | 173.01º | 0.71% | 0.81% | - |
| XYZ | 33.53 | 49.34 | 56.47 | - |
| YUV | 161.41 | 144.13 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 190 | 0.71 | 0 | 0.08 | 0.19 | 173.01 | 0.6 | 0.53 |
| Hex | 3D | CF | BE | 47 | 0 | 8 | 13 | AD | 3C | 35 |
| Octal | 75 | 317 | 276 | 107 | 0 | 10 | 23 | 255 | 74 | 65 |
| Binary | 111101 | 11001111 | 10111110 | 1000111 | 0 | 1000 | 10011 | 10101101 | 111100 | 110101 |
Color Harmonies of #3DCFBE
Complementary color
Monochromatic Colors of #3DCFBE
Black with #3DCFBE
Text Example
Text Example
White with #3DCFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCFBE; }
p { color: rgb(61,207,190); }
H1.HeaderClassName
{
color: #3DCFBE;
}
.AnyTagClassName
{
color: #3DCFBE;
}
</style>
background-color css
<style>
a { background-color: #3DCFBE; }
a { background-color: rgb(61,207,190); }
div.DivClassName
{
background-color: #3DCFBE;
}
.BgClassName
{
background-color: #3DCFBE;
}
</style>
border-color css
<style>
span { border-color: #3DCFBE; }
span { border-color: rgb(61,207,190); }
td.TdClassName
{
border-color: #3DCFBE;
}
.TagClassName
{
border-color: #3DCFBE;
}
</style>